Skip to content

Commit

Permalink
Use cloud symbol server for API Scan (#9518)
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel authored Aug 6, 2024
1 parent 15987d9 commit c36e3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/templates/analyze-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
softwareName: Dotnet-Project-System
softwareVersionNum: ${{ parameters.SoftwareVersion }}
softwareBuildNum: $(Build.BuildId)
symbolsFolder: SRV*http://symweb
symbolsFolder: SRV*https://symweb.azurefd.net
noCopySymbols: true
noCopyBinaries: true
noDecompress: true
Expand All @@ -40,4 +40,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 c36e3ea

Please sign in to comment.