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