Skip to content

Commit

Permalink
51996148: switch to Cloud symweb (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamtest authored Jun 29, 2024
1 parent 6672413 commit 3aebe89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/AzurePipelinesTemplates/WindowsAppSDK-Build-Stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stages:
${{ if not( parameters.runStaticAnalysis ) }}:
ob_sdl_apiscan_enabled: false
ob_sdl_apiscan_softwareFolder: '$(build.SourcesDirectory)\APIScanTarget'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\APIScanTarget;SRV*http://symweb'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\APIScanTarget;SRV*https://symweb.azurefd.net'
steps:
- template: WindowsAppSDK-BuildBinaries-Steps.yml@self
parameters:
Expand All @@ -88,7 +88,7 @@ stages:
${{ if not( parameters.runStaticAnalysis ) }}:
ob_sdl_apiscan_enabled: false
ob_sdl_apiscan_softwareFolder: '$(build.SourcesDirectory)\BuildOutput\Release\AnyCPU'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\BuildOutput\Release\AnyCPU;SRV*http://symweb'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\BuildOutput\Release\AnyCPU;SRV*https://symweb.azurefd.net'
steps:
- template: WindowsAppSDK-BuildBinaries-AnyCPU-Steps.yml@self
parameters:
Expand Down Expand Up @@ -134,7 +134,7 @@ stages:
${{ if not( parameters.runStaticAnalysis ) }}:
ob_sdl_apiscan_enabled: false
ob_sdl_apiscan_softwareFolder: '$(build.SourcesDirectory)\APIScanTarget'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\APIScanTarget;SRV*http://symweb'
ob_sdl_apiscan_symbolsFolder: '$(build.SourcesDirectory)\APIScanTarget;SRV*https://symweb.azurefd.net'
steps:
- template: WindowsAppSDK-BuildMRT-Steps.yml@self
parameters:
Expand Down

0 comments on commit 3aebe89

Please sign in to comment.