File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1010- job : PublishToDev
1111 displayName : Publish packages to dev feeds
1212 condition : and(succeeded(), ne(variables['Skip.PublishPackage'], 'true'))
13+ pool :
14+ # On linux, we'd need mono to run nuget, so just use windows
15+ name : $(WINDOWSPOOL)
16+ image : $(WINDOWSVMIMAGE)
17+ os : windows
1318 steps :
1419 - checkout : self
1520
4449 - task : PowerShell@2
4550 displayName : ' Attach usage instructions to build summary'
4651 inputs :
52+ pwsh : true
4753 targetType : ' filePath'
4854 filePath : ' eng/scripts/Get-PackageUsageText.ps1'
4955 arguments : >
Original file line number Diff line number Diff line change 9090 - task : PowerShell@2
9191 displayName : Increment version
9292 inputs :
93+ pwsh : true
9394 targetType : filePath
9495 filePath : $(Build.SourcesDirectory)/eng/scripts/Update-Version.ps1
9596 arguments : >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ variables:
99 value : Azure Pipelines
1010
1111 - name : LINUXVMIMAGE
12- value : ubuntu-22 .04
12+ value : ubuntu-24 .04
1313 - name : WINDOWSVMIMAGE
1414 value : windows-2022
1515 - name : MACVMIMAGE
You can’t perform that action at this time.
0 commit comments