File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,15 @@ extends:
5959 artifactName : logs
6060 condition : always()
6161 steps :
62- - task : MicroBuildSigningPlugin@1
62+ - task : MicroBuildSigningPlugin@4
63+ displayName : Install MicroBuild plugin
6364 inputs :
64- signType : ' $(SignType) '
65+ signType : ' real '
6566 zipSources : true
67+ feedSource : https://devdiv.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
68+ ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
69+ env :
70+ SYSTEM_ACCESSTOKEN : $(System.AccessToken)
6671
6772 - task : MSBuild@1
6873 displayName : ' /t:Pack'
@@ -108,4 +113,4 @@ extends:
108113 TargetFolder : ' $(Build.ArtifactStagingDirectory)\logs'
109114
110115 - task : ms-vseng.MicroBuildTasks.521a94ea-9e68-468a-8167-6dcf361ea776.MicroBuildCleanup@1
111- displayName : ' Execute cleanup tasks'
116+ displayName : ' Execute cleanup tasks'
You can’t perform that action at this time.
0 commit comments