Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 165f7c4

Browse files
author
John Beisner
committed
The first pass will need the extra args [same as run-build.ps1].
1 parent c54911b commit 165f7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
188188
echo "${args[@]}"
189189

190190
if [ $BUILD -eq 1 ]; then
191-
dotnet msbuild build.proj /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS /p:GeneratePropsFile=true /t:WriteDynamicPropsToStaticPropsFiles
191+
dotnet msbuild build.proj /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS /p:GeneratePropsFile=true /t:WriteDynamicPropsToStaticPropsFiles "${args[@]}"
192192
dotnet msbuild build.proj /m /v:normal /fl /flp:v=diag /p:Architecture=$ARCHITECTURE $CUSTOM_BUILD_ARGS "${args[@]}"
193193
else
194194
echo "Not building due to --nobuild"

0 commit comments

Comments
 (0)