Skip to content

Commit ba2d872

Browse files
authored
Merge branch 'main' into Tyriar-patch-1
2 parents ea87c5d + d865a42 commit ba2d872

File tree

77 files changed

+694
-701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+694
-701
lines changed

build/azure-pipelines/alpine/product-build-alpine-cli.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
versionSource: fromFile
3535
versionFilePath: .nvmrc
3636

37-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
38-
- template: ../common/bump-insiders-version.yml@self
39-
4037
- template: ../cli/cli-apply-patches.yml@self
4138

4239
- script: |

build/azure-pipelines/alpine/product-build-alpine.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
parameters:
2-
- name: VSCODE_QUALITY
3-
type: string
42
- name: VSCODE_ARCH
53
type: string
64

@@ -57,9 +55,6 @@ jobs:
5755
versionSource: fromFile
5856
versionFilePath: .nvmrc
5957

60-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
61-
- template: ../common/bump-insiders-version.yml@self
62-
6358
- template: ../distro/download-distro.yml@self
6459

6560
- task: AzureKeyVault@2

build/azure-pipelines/common/bump-insiders-version.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

build/azure-pipelines/darwin/product-build-darwin-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
parameters:
2-
- name: VSCODE_QUALITY
3-
type: string
42
- name: VSCODE_CIBUILD
53
type: boolean
64
- name: VSCODE_TEST_SUITE
@@ -38,7 +36,6 @@ jobs:
3836
steps:
3937
- template: ./steps/product-build-darwin-compile.yml@self
4038
parameters:
41-
VSCODE_QUALITY: ${{ parameters.VSCODE_QUALITY }}
4239
VSCODE_ARCH: arm64
4340
VSCODE_CIBUILD: ${{ parameters.VSCODE_CIBUILD }}
4441
${{ if eq(parameters.VSCODE_TEST_SUITE, 'Electron') }}:

build/azure-pipelines/darwin/product-build-darwin-cli.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
versionSource: fromFile
3636
versionFilePath: .nvmrc
3737

38-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
39-
- template: ../common/bump-insiders-version.yml@self
40-
4138
- template: ../cli/cli-apply-patches.yml@self
4239

4340
- task: Npm@1

build/azure-pipelines/darwin/product-build-darwin-universal.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
parameters:
2-
- name: VSCODE_QUALITY
3-
type: string
4-
51
jobs:
62
- job: macOSUniversal
73
displayName: macOS (UNIVERSAL)
@@ -26,9 +22,6 @@ jobs:
2622
versionSource: fromFile
2723
versionFilePath: .nvmrc
2824

29-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
30-
- template: ../common/bump-insiders-version.yml@self
31-
3225
- template: ../distro/download-distro.yml@self
3326

3427
- task: AzureKeyVault@2

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
parameters:
2-
- name: VSCODE_QUALITY
3-
type: string
42
- name: VSCODE_ARCH
53
type: string
64
- name: VSCODE_CIBUILD
@@ -74,7 +72,6 @@ jobs:
7472
steps:
7573
- template: ./steps/product-build-darwin-compile.yml@self
7674
parameters:
77-
VSCODE_QUALITY: ${{ parameters.VSCODE_QUALITY }}
7875
VSCODE_ARCH: ${{ parameters.VSCODE_ARCH }}
7976
VSCODE_CIBUILD: ${{ parameters.VSCODE_CIBUILD }}
8077
VSCODE_RUN_ELECTRON_TESTS: ${{ parameters.VSCODE_RUN_ELECTRON_TESTS }}

build/azure-pipelines/darwin/steps/product-build-darwin-compile.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
parameters:
2-
- name: VSCODE_QUALITY
3-
type: string
42
- name: VSCODE_ARCH
53
type: string
64
- name: VSCODE_CIBUILD
@@ -23,9 +21,6 @@ steps:
2321
versionSource: fromFile
2422
versionFilePath: .nvmrc
2523

26-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
27-
- template: ../../common/bump-insiders-version.yml@self
28-
2924
- template: ../../distro/download-distro.yml@self
3025

3126
- task: AzureKeyVault@2

build/azure-pipelines/linux/product-build-linux-cli.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
versionSource: fromFile
3535
versionFilePath: .nvmrc
3636

37-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
38-
- template: ../common/bump-insiders-version.yml@self
39-
4037
- template: ../cli/cli-apply-patches.yml@self
4138

4239
- task: Npm@1

build/azure-pipelines/linux/steps/product-build-linux-compile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ steps:
2626
versionSource: fromFile
2727
versionFilePath: .nvmrc
2828

29-
- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
30-
- template: ../../common/bump-insiders-version.yml@self
31-
3229
- template: ../../distro/download-distro.yml@self
3330

3431
- task: AzureKeyVault@2

0 commit comments

Comments
 (0)