Fixing the comment.
This commit is contained in:
parent
21e9e7277a
commit
e69159a335
1 changed files with 1 additions and 1 deletions
|
@ -179,5 +179,5 @@ if [ $BUILD -eq 1 ]; then
|
|||
dotnet msbuild build.proj /m /v:normal /fl /flp:v=diag /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS $ALL_LINUX_INSTALLERS_TARGET $args
|
||||
else
|
||||
echo "Not building due to --nobuild"
|
||||
echo "Command that would be run is: 'dotnet msbuild build.proj /m /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS $args'"
|
||||
echo "Command that would be run is: 'dotnet msbuild build.proj /m /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS $ALL_LINUX_INSTALLERS_TARGET $args'"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue