1 write to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifest.cs (1)
336BlobAssetsBasePath = this.BlobAssetsBasePath,
5 references to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (5)
src\PublishArtifactsInManifestBase.cs (3)
1622var localBlobPath = Path.Combine(BlobAssetsBasePath, fileName); 1781if (string.IsNullOrEmpty(BlobAssetsBasePath)) 1783Log.LogError($"The property {nameof(BlobAssetsBasePath)} is required but doesn't have a value set.");
src\PublishArtifactsInManifestV3.cs (2)
196Path.GetFullPath(Path.Combine(BlobAssetsBasePath, @"..\", "tempSymbols")); 253var sourceFile = Path.Combine(BlobAssetsBasePath, Path.GetFileName(blobAsset.Id));