We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0998b commit 9651008Copy full SHA for 9651008
azure-pipeline/azure-pipeline.yml
@@ -140,7 +140,7 @@ extends:
140
softwareName: 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform'
141
softwareVersionNum: '*'
142
softwareBuildNum: '$(Build.BuildId)'
143
- symbolsFolder: '$(Build.SourcesDirectory)\.binaries\Release;SRV*http://symweb'
+ symbolsFolder: '$(Build.SourcesDirectory)\.binaries\bin\Release;SRV*http://symweb'
144
verbosityLevel: 'none'
145
env:
146
AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId)
0 commit comments