We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e65040 commit db1903bCopy full SHA for db1903b
.azure/pipelines/ci.yml
@@ -648,6 +648,8 @@ stages:
648
displayName: Build x86 shared framework pieces
649
- script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650
displayName: Pack Templates
651
+ - script: .\restore.cmd -ci
652
+ displayName: Restore
653
- script: .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
654
displayName: Run build.cmd helix target
655
env:
0 commit comments