File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments