51996148: switch to Cloud symweb (#4528)

This commit is contained in:
alexlamtest 2024-06-29 04:40:02 -07:00 коммит произвёл GitHub
Родитель 6672413c0d
Коммит 3aebe894b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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:
@ -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:
@ -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: