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.
2 parents 1042b68 + aad0279 commit b1b92daCopy full SHA for b1b92da
build.sh
@@ -77,4 +77,4 @@ export PATH="$DOTNET_INSTALL_DIR:$PATH"
77
# Disable first run since we want to control all package sources
78
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
79
80
-dotnet build $REPOROOT/build/build.proj /m:1 /nologo /p:Configuration=$CONFIGURATION /p:Platform="$PLATFORM" "${args[@]}"
+dotnet msbuild $REPOROOT/build/build.proj /m:1 /nologo /p:Configuration=$CONFIGURATION /p:Platform="$PLATFORM" "${args[@]}"
0 commit comments