49601674: Fixing the previous PR (#4404)
This commit is contained in:
Родитель
282e110b6a
Коммит
38090a78bf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче