File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
agentOs : Windows
28
28
timeoutInMinutes : 240
29
29
steps :
30
+ # Build the shared framework
31
+ - script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
32
+ displayName : Build shared fx
30
33
- script : .\restore.cmd -ci
31
34
displayName : Restore
32
- - script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
35
+ - script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p: ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
33
36
displayName : Run build.cmd helix target
34
37
env :
35
38
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
You can’t perform that action at this time.
0 commit comments