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