File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if NOT "x%YAMATO_JOB_ID%"=="x" set CI_COMMIT_TAG=%GIT_TAG%
66if NOT " x%YAMATO_JOB_ID% " == " x" set CI_COMMIT_REF_NAME = %GIT_BRANCH%
77
88SET CONFIGURATION = Release
9- SET PUBLIC = " "
9+ SET PUBLIC =
1010SET BUILD = 0
1111set UPM = 0
1212set UNITYVERSION = 2019.2
@@ -58,11 +58,11 @@ IF NOT "%1"=="" (
5858 GOTO :loop
5959)
6060
61- if " %UNITYBUILD% " == " 1 " (
62- set CONFIGURATION = " %CONFIGURATION% Unity"
61+ if " x %UNITYBUILD% " == " x1 " (
62+ set CONFIGURATION = %CONFIGURATION% Unity
6363)
6464
65- if " %APPVEYOR% " == " " (
65+ if " x %APPVEYOR% " == " x " (
6666 dotnet restore
6767)
6868
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if NOT "x%YAMATO_JOB_ID%"=="x" set CI_COMMIT_TAG=%GIT_TAG%
66if NOT " x%YAMATO_JOB_ID% " == " x" set CI_COMMIT_REF_NAME = %GIT_BRANCH%
77
88SET CONFIGURATION = Release
9- SET PUBLIC = " "
9+ SET PUBLIC =
1010SET BUILD = 0
1111set UPM = 0
1212set UNITYVERSION = 2019.2
@@ -58,12 +58,12 @@ IF NOT "%1"=="" (
5858 GOTO :loop
5959)
6060
61- if " %UNITYBUILD% " == " 1 " (
62- set CONFIGURATION = " %CONFIGURATION% Unity"
61+ if " x %UNITYBUILD% " == " x1 " (
62+ set CONFIGURATION = %CONFIGURATION% Unity
6363)
6464
6565if " x%BUILD% " == " x1" (
66- if " %APPVEYOR% " == " " (
66+ if " x %APPVEYOR% " == " x " (
6767 dotnet restore
6868 )
6969 dotnet build --no-restore -c %CONFIGURATION% %PUBLIC%
You can’t perform that action at this time.
0 commit comments