Skip to content

Commit

Permalink
Merge pull request #1235 from Unity-Technologies/cmd
Browse files Browse the repository at this point in the history
Switch powershell to cmd
  • Loading branch information
ashwinimurt committed Oct 21, 2019
2 parents 9483fa1 + e03c8ef commit 07057aa
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .yamato/build_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
)
echo "mono build script ran successfully"

mkdir -p incomingbuilds\win64
md incomingbuilds\win64
xcopy /s /e /h /y builds\* incomingbuilds\win64
2 changes: 0 additions & 2 deletions .yamato/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ agent:
image: platform-foundation/windows-mono-bokken:latest
flavor: b1.xlarge

interpreter: powershell

commands:
- .yamato/build_win.bat

Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_win_bare_minimum.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
)
echo "mono build script ran successfully"

mkdir incomingbuilds\bareminimum
md incomingbuilds\bareminimum
xcopy /s /e /h /y builds\* incomingbuilds\bareminimum
2 changes: 0 additions & 2 deletions .yamato/build_win_bare_minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ agent:
image: platform-foundation/windows-mono-bokken:latest
flavor: b1.xlarge

interpreter: powershell

commands:
- .yamato/build_win_bare_minimum.bat

Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_win_x86.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
)
echo "mono build script ran successfully"

mkdir -p incomingbuilds\win32
md incomingbuilds\win32
xcopy /s /e /h /y builds\* incomingbuilds\win32
2 changes: 0 additions & 2 deletions .yamato/build_win_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ agent:
image: platform-foundation/windows-mono-bokken:latest
flavor: b1.xlarge

interpreter: powershell

commands:
- .yamato/build_win_x86.bat

Expand Down

0 comments on commit 07057aa

Please sign in to comment.