diff --git a/.azure-pipelines/vscode-java-test-nightly.yml b/.azure-pipelines/vscode-java-test-nightly.yml index 41d42443..7a87237c 100644 --- a/.azure-pipelines/vscode-java-test-nightly.yml +++ b/.azure-pipelines/vscode-java-test-nightly.yml @@ -32,7 +32,11 @@ extends: templateContext: mb: signing: - enabled: false + enabled: true + signType: real + signWithProd: true + zipSources: false + feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json' outputs: - output: pipelineArtifact artifactName: extension @@ -41,19 +45,6 @@ extends: steps: - checkout: self fetchTags: true - # Pin the last known-good Windows plugin while the 1.1.1374 client certificate regression is unresolved. - - task: NuGetAuthenticate@1 - displayName: Authenticate MicroBuild feed - - task: MicroBuildSigningPlugin@4 - displayName: Install Signing Plugin 1.1.1330 - inputs: - signType: real - version: '1.1.1330' - zipSources: false - ConnectedPMEServiceName: '40012d40-9ded-4f75-8476-d60758200346' - feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json' - env: - MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)' - task: UseNode@1 displayName: Use Node 20.x inputs: diff --git a/.azure-pipelines/vscode-java-test-rc.yml b/.azure-pipelines/vscode-java-test-rc.yml index 427dcbc7..caca2ae4 100644 --- a/.azure-pipelines/vscode-java-test-rc.yml +++ b/.azure-pipelines/vscode-java-test-rc.yml @@ -27,7 +27,11 @@ extends: templateContext: mb: signing: - enabled: false + enabled: true + signType: real + signWithProd: true + zipSources: false + feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json' outputs: - output: pipelineArtifact artifactName: extension @@ -36,19 +40,6 @@ extends: steps: - checkout: self fetchTags: true - # Pin the last known-good Windows plugin while the 1.1.1374 client certificate regression is unresolved. - - task: NuGetAuthenticate@1 - displayName: Authenticate MicroBuild feed - - task: MicroBuildSigningPlugin@4 - displayName: Install Signing Plugin 1.1.1330 - inputs: - signType: real - version: '1.1.1330' - zipSources: false - ConnectedPMEServiceName: '40012d40-9ded-4f75-8476-d60758200346' - feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json' - env: - MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)' - task: UseNode@1 displayName: Use Node 20.x inputs: