File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ stages:
9090 packagesToPush : $(Agent.TempDirectory)/VSInsertion-Windows/*.nupkg
9191 publishVstsFeed : 97a41293-2972-4f48-8c0e-05493ae82010 # VS feed
9292 allowPackageConflicts : true
93- - task : MicroBuildInsertVsPayload@4
93+ - task : MicroBuildInsertVsPayload@5
9494 displayName : Insert VS Payload
9595 inputs :
9696 TeamName : $(TeamName)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ extends:
5454 packageParentPath : $(Pipeline.Workspace)/CI/VSInsertion-Windows
5555 allowPackageConflicts : true
5656 publishVstsFeed : VS
57- - task : MicroBuildInsertVsPayload@4
57+ - task : MicroBuildInsertVsPayload@5
5858 displayName : 🏭 Insert VS Payload
5959 inputs :
6060 TeamName : $(TeamName)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ extends:
8787 packageParentPath : $(Pipeline.Workspace)/VSInsertion-Windows
8888 allowPackageConflicts : true
8989 publishVstsFeed : VS
90- - task : MicroBuildInsertVsPayload@4
90+ - task : MicroBuildInsertVsPayload@5
9191 displayName : 🏭 Insert VS Payload
9292 inputs :
9393 TeamName : $(TeamName)
You can’t perform that action at this time.
0 commit comments