Skip to content

Commit ccec92b

Browse files
authored
Update ci.yml
1 parent 252fcd4 commit ccec92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ stages:
673673
timeoutInMinutes: 180
674674
steps:
675675
# Build the shared framework
676-
- script: ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
676+
- script: ./build.cmd -ci -all -test -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
677677
displayName: Build shared fx
678678
- script: .\restore.cmd -ci /p:BuildInteropProjects=true
679679
displayName: Restore

0 commit comments

Comments
 (0)