Skip to content

Commit 9651008

Browse files
committed
Fix API scan config
1 parent 8a0998b commit 9651008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipeline/azure-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ extends:
140140
softwareName: 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform'
141141
softwareVersionNum: '*'
142142
softwareBuildNum: '$(Build.BuildId)'
143-
symbolsFolder: '$(Build.SourcesDirectory)\.binaries\Release;SRV*http://symweb'
143+
symbolsFolder: '$(Build.SourcesDirectory)\.binaries\bin\Release;SRV*http://symweb'
144144
verbosityLevel: 'none'
145145
env:
146146
AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId)

0 commit comments

Comments
 (0)