Skip to content

Commit e03c8ef

Browse files
committed
Switch powershell to cmd
1 parent 9483fa1 commit e03c8ef

6 files changed

+3
-9
lines changed

.yamato/build_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
88
)
99
echo "mono build script ran successfully"
1010

11-
mkdir -p incomingbuilds\win64
11+
md incomingbuilds\win64
1212
xcopy /s /e /h /y builds\* incomingbuilds\win64

.yamato/build_win.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ agent:
55
image: platform-foundation/windows-mono-bokken:latest
66
flavor: b1.xlarge
77

8-
interpreter: powershell
9-
108
commands:
119
- .yamato/build_win.bat
1210

.yamato/build_win_bare_minimum.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
88
)
99
echo "mono build script ran successfully"
1010

11-
mkdir incomingbuilds\bareminimum
11+
md incomingbuilds\bareminimum
1212
xcopy /s /e /h /y builds\* incomingbuilds\bareminimum

.yamato/build_win_bare_minimum.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ agent:
55
image: platform-foundation/windows-mono-bokken:latest
66
flavor: b1.xlarge
77

8-
interpreter: powershell
9-
108
commands:
119
- .yamato/build_win_bare_minimum.bat
1210

.yamato/build_win_x86.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if NOT %errorlevel% == 0 (
88
)
99
echo "mono build script ran successfully"
1010

11-
mkdir -p incomingbuilds\win32
11+
md incomingbuilds\win32
1212
xcopy /s /e /h /y builds\* incomingbuilds\win32

.yamato/build_win_x86.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ agent:
55
image: platform-foundation/windows-mono-bokken:latest
66
flavor: b1.xlarge
77

8-
interpreter: powershell
9-
108
commands:
119
- .yamato/build_win_x86.bat
1210

0 commit comments

Comments
 (0)