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 252fcd4 commit ccec92bCopy full SHA for ccec92b
.azure/pipelines/ci.yml
@@ -673,7 +673,7 @@ stages:
673
timeoutInMinutes: 180
674
steps:
675
# 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
+ - script: ./build.cmd -ci -all -test -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
677
displayName: Build shared fx
678
- script: .\restore.cmd -ci /p:BuildInteropProjects=true
679
displayName: Restore
0 commit comments