Skip to content

Commit 9c5dc5e

Browse files
wenytang-msCopilot
andcommitted
Revert "build: pin Windows signing plugin to 1.1.1330"
This reverts commit 52a99ca. SR21 validation is complete. Follow-up signing changes will target the specific JAR signing flow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ac225268-483d-4498-a08f-fe79a87d4d2e
1 parent 52a99ca commit 9c5dc5e

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

.azure-pipelines/nightly.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ extends:
3131
templateContext:
3232
mb:
3333
signing:
34-
enabled: false
34+
enabled: true
35+
signType: real
36+
signWithProd: true
37+
zipSources: false
38+
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
3539
outputs:
3640
- output: pipelineArtifact
3741
artifactName: vsix
@@ -41,19 +45,6 @@ extends:
4145
- checkout: self
4246
clean: true
4347
fetchTags: false
44-
# Pin the last known-good Windows plugin while the 1.1.1374 client certificate regression is unresolved.
45-
- task: NuGetAuthenticate@1
46-
displayName: Authenticate MicroBuild feed
47-
- task: MicroBuildSigningPlugin@4
48-
displayName: Install Signing Plugin 1.1.1330
49-
inputs:
50-
signType: real
51-
version: '1.1.1330'
52-
zipSources: false
53-
ConnectedPMEServiceName: '40012d40-9ded-4f75-8476-d60758200346'
54-
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
55-
env:
56-
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
5748
- task: NodeTool@0
5849
displayName: Use Node 20.x
5950
inputs:

.azure-pipelines/rc.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ extends:
2626
templateContext:
2727
mb:
2828
signing:
29-
enabled: false
29+
enabled: true
30+
signType: real
31+
signWithProd: true
32+
zipSources: false
33+
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
3034
outputs:
3135
- output: pipelineArtifact
3236
artifactName: vsix
@@ -36,19 +40,6 @@ extends:
3640
- checkout: self
3741
clean: true
3842
fetchTags: false
39-
# Pin the last known-good Windows plugin while the 1.1.1374 client certificate regression is unresolved.
40-
- task: NuGetAuthenticate@1
41-
displayName: Authenticate MicroBuild feed
42-
- task: MicroBuildSigningPlugin@4
43-
displayName: Install Signing Plugin 1.1.1330
44-
inputs:
45-
signType: real
46-
version: '1.1.1330'
47-
zipSources: false
48-
ConnectedPMEServiceName: '40012d40-9ded-4f75-8476-d60758200346'
49-
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
50-
env:
51-
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
5243
- task: NodeTool@0
5344
displayName: Use Node 20.x
5445
inputs:

0 commit comments

Comments
 (0)