Don't set CONFIGURATION environment variable (as this by default flows to tests)
This commit is contained in:
parent
220a34ea0f
commit
a6ee8199a9
1 changed files with 0 additions and 6 deletions
|
@ -30,12 +30,6 @@ args=( )
|
|||
while [[ $# > 0 ]]; do
|
||||
lowerI="$(echo $1 | awk '{print tolower($0)}')"
|
||||
case $lowerI in
|
||||
-c|--configuration)
|
||||
export CONFIGURATION=$2
|
||||
args+=("--configuration")
|
||||
args+=("$2")
|
||||
shift
|
||||
;;
|
||||
-a|--architecture)
|
||||
ARCHITECTURE="$2"
|
||||
args+=("/p:Architecture=$ARCHITECTURE")
|
||||
|
|
Loading…
Reference in a new issue