3 writes to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
335BlobAssetsBasePath = this.BlobAssetsBasePath, 384BlobAssetsBasePath = this.BlobAssetsBasePath,
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishToSymbolServerTest.cs (1)
223BlobAssetsBasePath = symbolFilesDir,
4 references to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (4)
504int result = await helper.AddPackagesToRequest(requestName, symbolPackages.Select(x => Path.Combine(BlobAssetsBasePath, x.Id))); 1693var localBlobPath = Path.Combine(BlobAssetsBasePath, fileName); 1852if (string.IsNullOrEmpty(BlobAssetsBasePath)) 1854Log.LogError($"The property {nameof(BlobAssetsBasePath)} is required but doesn't have a value set.");