Skip to content

Commit 6861509

Browse files
authored
Use --ci for both source-build builds (#27010)
- avoid `dotnet msbuild` node reuse
1 parent 2dec94a commit 6861509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/ci-source-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ fi
105105
export DotNetBuildFromSource='true'
106106

107107
# Build projects
108-
"$reporoot/eng/common/build.sh" --restore --build --pack ${other_args[@]+"${other_args[@]}"} ${runtime_feed_args[@]+"${runtime_feed_args[@]}"}
108+
"$reporoot/eng/common/build.sh" --restore --build --ci --pack ${other_args[@]+"${other_args[@]}"} ${runtime_feed_args[@]+"${runtime_feed_args[@]}"}

0 commit comments

Comments
 (0)