Skip to content

Switch powershell to cmd #1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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