diff --git a/build/azure-pipelines/cli/install-rust-posix.yml b/build/azure-pipelines/cli/install-rust-posix.yml index e32a8eedadf..ee1e26f3505 100644 --- a/build/azure-pipelines/cli/install-rust-posix.yml +++ b/build/azure-pipelines/cli/install-rust-posix.yml @@ -1,7 +1,7 @@ parameters: - name: channel type: string - default: stable + default: 1.65.0 - name: targets default: [] type: object diff --git a/build/azure-pipelines/cli/install-rust-win32.yml b/build/azure-pipelines/cli/install-rust-win32.yml index a1a250dcfbf..62ff0ce4ec5 100644 --- a/build/azure-pipelines/cli/install-rust-win32.yml +++ b/build/azure-pipelines/cli/install-rust-win32.yml @@ -1,7 +1,7 @@ parameters: - name: channel type: string - default: stable + default: 1.65.0 - name: targets default: [] type: object diff --git a/build/azure-pipelines/cli/test.yml b/build/azure-pipelines/cli/test.yml index 70eb714c1d9..24ab9682bfe 100644 --- a/build/azure-pipelines/cli/test.yml +++ b/build/azure-pipelines/cli/test.yml @@ -1,16 +1,5 @@ -parameters: - - name: VSCODE_CLI_TARGETS - default: [] - type: object - - name: VSCODE_CLI_RUST_CHANNEL - type: string - default: stable - steps: - template: ./install-rust-posix.yml - parameters: - targets: [] - channel: ${{ parameters.VSCODE_CLI_RUST_CHANNEL }} - script: rustup component add clippy && cargo clippy -- -D warnings workingDirectory: cli diff --git a/build/azure-pipelines/darwin/cli-build-darwin.yml b/build/azure-pipelines/darwin/cli-build-darwin.yml index 90e15d1c9e1..1f6e13997e3 100644 --- a/build/azure-pipelines/darwin/cli-build-darwin.yml +++ b/build/azure-pipelines/darwin/cli-build-darwin.yml @@ -7,9 +7,6 @@ parameters: - name: VSCODE_BUILD_MACOS_ARM64 type: boolean default: false - - name: channel - type: string - default: stable steps: - task: Npm@1 diff --git a/build/azure-pipelines/linux/cli-build-linux.yml b/build/azure-pipelines/linux/cli-build-linux.yml index b7b10504b4d..799c00b93c9 100644 --- a/build/azure-pipelines/linux/cli-build-linux.yml +++ b/build/azure-pipelines/linux/cli-build-linux.yml @@ -16,9 +16,6 @@ parameters: default: false - name: VSCODE_QUALITY type: string - - name: channel - type: string - default: stable steps: - task: Npm@1 diff --git a/build/azure-pipelines/win32/cli-build-win32.yml b/build/azure-pipelines/win32/cli-build-win32.yml index d581591730a..928d3c00e82 100644 --- a/build/azure-pipelines/win32/cli-build-win32.yml +++ b/build/azure-pipelines/win32/cli-build-win32.yml @@ -10,9 +10,6 @@ parameters: default: false - name: VSCODE_QUALITY type: string - - name: channel - type: string - default: stable steps: - task: Npm@1