Skip to content

Commit c786e22

Browse files
committed
Zip VCS plugins on Ubuntu instead of Windows to preserve file execution mode
1 parent 4d2d5ab commit c786e22

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.yamato/zipVCSPlugins.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: Zip VCS plugins
22
agent:
33
type: Unity::VM
4-
image: core-kaunas/win10-vs2010:latest
4+
image: slough-ops/ubuntu-22.04-base:latest
55
flavor: b1.small
66

7-
interpreter: powershell
87
commands:
98
- mkdir linux64
9+
- cp Build/linux64/* linux64
10+
1011
- mkdir OSX
12+
- cp Build/OSX/* OSX
13+
1114
- mkdir Win32
12-
- Copy-Item Build/linux64/* linux64 -Recurse
13-
- Copy-Item Build/OSX/* OSX -Recurse
14-
- Copy-Item Build/Win32/* Win32 -Recurse
15+
- cp Build/Win32/* Win32
1516

1617
artifacts:
1718
builds:
@@ -21,9 +22,9 @@ artifacts:
2122
- "Win32/**"
2223

2324
dependencies:
24-
- .yamato/windows-build.yml
2525
- .yamato/linux-build.yml
2626
- .yamato/osx-build.yml
27+
- .yamato/windows-build.yml
2728

2829
triggers:
2930
branches:

0 commit comments

Comments
 (0)