Skip to content

Commit b1b92da

Browse files
authored
Merge pull request #865 from omajid/master
Use dotnet msbuild in build.sh so targets can be supplied
2 parents 1042b68 + aad0279 commit b1b92da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ export PATH="$DOTNET_INSTALL_DIR:$PATH"
7777
# Disable first run since we want to control all package sources
7878
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
7979

80-
dotnet build $REPOROOT/build/build.proj /m:1 /nologo /p:Configuration=$CONFIGURATION /p:Platform="$PLATFORM" "${args[@]}"
80+
dotnet msbuild $REPOROOT/build/build.proj /m:1 /nologo /p:Configuration=$CONFIGURATION /p:Platform="$PLATFORM" "${args[@]}"

0 commit comments

Comments
 (0)