49601674: Fixing the previous PR (#4404)

This commit is contained in:
alexlamtest 2024-05-10 14:47:58 -07:00 коммит произвёл GitHub
Родитель 282e110b6a
Коммит 38090a78bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 9 добавлений и 9 удалений

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

@ -38,12 +38,12 @@ steps:
inputs:
setupCommandlines: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsMSBuildCmd.bat"'
msBuildCommandline: 'msbuild.exe /restore /nologo /nr:false $(Build.SourcesDirectory)\dev\Bootstrap\CS\Microsoft.WindowsAppRuntime.Bootstrap.Net\Microsoft.WindowsAppRuntime.Bootstrap.Net.csproj'
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
continueOnError: true
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
# component detection must happen *within* the build task
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0

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

@ -78,12 +78,12 @@ steps:
setupCommandlines: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsMSBuildCmd.bat"'
msBuildArchitecture: amd64
msBuildCommandline: 'msbuild.exe /restore /nologo /nr:false /p:configuration=Release /p:platform=x64 $(Build.SourcesDirectory)\WindowsAppRuntime.sln'
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
continueOnError: true
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
# Copy build output to folder APIScanTarget for APIScan to scan later, in the mean time, exclude some folders/files.
- task: CopyFiles@2

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

@ -37,12 +37,12 @@ steps:
setupCommandlines: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsMSBuildCmd.bat"'
msBuildArchitecture: amd64
msBuildCommandline: 'msbuild.exe /nologo /nr:false /p:configuration=Release /p:platform=x64 $(Build.SourcesDirectory)\dev\MRTCore\mrt\MrtCore.sln'
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
continueOnError: true
# Generally speaking, we leave it to the external repos to scan the bits in their packages.
excludedPaths: |
$(Build.SourcesDirectory)\packages
# Copy build output to folder APIScanTarget for APIScan to scan, in the mean time, exclude some folders/files.
- task: CopyFiles@2