Support --source-build / -sb switches as well in the VMR (#18492)
This commit is contained in:
parent
7833b42f6a
commit
c4da4e15c2
1 changed files with 20 additions and 20 deletions
|
@ -22,7 +22,7 @@ usage()
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "Source-only settings:"
|
echo "Source-only settings:"
|
||||||
echo " --source-only Source-build the solution (short: -so)"
|
echo " --source-only, --source-build Source-build the solution (short: -so, -sb)"
|
||||||
echo " --online Build using online sources"
|
echo " --online Build using online sources"
|
||||||
echo " --poison Build with poisoning checks"
|
echo " --poison Build with poisoning checks"
|
||||||
echo " --release-manifest <FILE> A JSON file, an alternative source of Source Link metadata"
|
echo " --release-manifest <FILE> A JSON file, an alternative source of Source Link metadata"
|
||||||
|
@ -117,7 +117,7 @@ while [[ $# > 0 ]]; do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Source-only settings
|
# Source-only settings
|
||||||
-source-only|-so)
|
-source-only|-source-build|-so|-sb)
|
||||||
sourceOnly=true
|
sourceOnly=true
|
||||||
properties="$properties /p:DotNetBuildSourceOnly=true"
|
properties="$properties /p:DotNetBuildSourceOnly=true"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue