File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ extends:
2929 parameters :
3030 l10nSourcePaths : ./src
3131 buildPlatforms :
32+ - name : Linux
33+ vsceTarget : ' '
3234 - name : Linux
3335 packageArch : arm64
3436 vsceTarget : linux-arm64
@@ -47,9 +49,6 @@ extends:
4749 - name : Windows
4850 packageArch : arm
4951 vsceTarget : win32-arm64
50- - name : Windows
51- packageArch : ia32
52- vsceTarget : win32-ia32
5352 - name : Windows
5453 packageArch : x64
5554 vsceTarget : win32-x64
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ extends:
2626 l10nSourcePaths : ./src
2727 publishExtension : ${{ parameters.publishExtension }}
2828 buildPlatforms :
29+ - name : Linux
30+ vsceTarget : ' '
2931 - name : Linux
3032 packageArch : arm64
3133 vsceTarget : linux-arm64
@@ -44,9 +46,6 @@ extends:
4446 - name : Windows
4547 packageArch : arm
4648 vsceTarget : win32-arm64
47- - name : Windows
48- packageArch : ia32
49- vsceTarget : win32-ia32
5049 - name : Windows
5150 packageArch : x64
5251 vsceTarget : win32-x64
You can’t perform that action at this time.
0 commit comments