File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ extends:
29
29
parameters :
30
30
l10nSourcePaths : ./src
31
31
buildPlatforms :
32
+ - name : Linux
33
+ vsceTarget : ' '
32
34
- name : Linux
33
35
packageArch : arm64
34
36
vsceTarget : linux-arm64
@@ -47,9 +49,6 @@ extends:
47
49
- name : Windows
48
50
packageArch : arm
49
51
vsceTarget : win32-arm64
50
- - name : Windows
51
- packageArch : ia32
52
- vsceTarget : win32-ia32
53
52
- name : Windows
54
53
packageArch : x64
55
54
vsceTarget : win32-x64
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ extends:
26
26
l10nSourcePaths : ./src
27
27
publishExtension : ${{ parameters.publishExtension }}
28
28
buildPlatforms :
29
+ - name : Linux
30
+ vsceTarget : ' '
29
31
- name : Linux
30
32
packageArch : arm64
31
33
vsceTarget : linux-arm64
@@ -44,9 +46,6 @@ extends:
44
46
- name : Windows
45
47
packageArch : arm
46
48
vsceTarget : win32-arm64
47
- - name : Windows
48
- packageArch : ia32
49
- vsceTarget : win32-ia32
50
49
- name : Windows
51
50
packageArch : x64
52
51
vsceTarget : win32-x64
You can’t perform that action at this time.
0 commit comments