Update source-build artifacts to be coherent (#15372)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
parent
918b40ce86
commit
593bfe8532
7 changed files with 9 additions and 7 deletions
|
@ -37,7 +37,8 @@ while :; do
|
|||
lowerI="$(echo $1 | awk '{print tolower($0)}')"
|
||||
case $lowerI in
|
||||
--clean-while-building)
|
||||
MSBUILD_ARGUMENTS+=( "-p:CleanWhileBuilding=true")
|
||||
# TODO: Reenable with https://github.com/dotnet/source-build/issues/3233
|
||||
# MSBUILD_ARGUMENTS+=( "-p:CleanWhileBuilding=true")
|
||||
;;
|
||||
--online)
|
||||
MSBUILD_ARGUMENTS+=( "-p:BuildWithOnlineSources=true")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue