File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ stages:
644
644
displayName : Build shared fx
645
645
- script : .\restore.cmd -ci
646
646
displayName : Restore
647
- - script : .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
647
+ - script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
648
648
displayName : Run build.cmd helix target
649
649
env :
650
650
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
@@ -669,7 +669,7 @@ stages:
669
669
# Build the x86 shared framework
670
670
- script : .\restore.cmd -ci
671
671
displayName : Restore
672
- - script : .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
672
+ - script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
673
673
displayName : Run build.cmd helix target
674
674
env :
675
675
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
You can’t perform that action at this time.
0 commit comments