Skip to content

Commit

Permalink
Use cloud symbol server for API Scan (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel authored Aug 5, 2024
1 parent 997452c commit caf84b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/analyze-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
softwareName: 'Dotnet-NuGet.BuildTasks'
softwareVersionNum: ${{ parameters.SoftwareVersion }}
softwareBuildNum: $(Build.BuildId)
symbolsFolder: SRV*http://symweb
symbolsFolder: SRV*https://symweb.azurefd.net
noCopySymbols: true
noCopyBinaries: true
noDecompress: true
Expand All @@ -32,4 +32,4 @@ steps:
# - https://microsoft.sharepoint.com/teams/apiscan/Lists/Contacts%20%20System%20Account%20and%20Wrappers/AllItems.aspx?skipSignal=true
# This value is provided from the DotNet-Project-System variable group, defined in the stage variables.
env:
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId)
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId)

0 comments on commit caf84b8

Please sign in to comment.