Skip to content

Commit c332c6a

Browse files
Fix NuGet build stage
1 parent a6a9525 commit c332c6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ stages:
148148
jobs:
149149
- job:
150150
displayName: Release to pre-release/nightly MyGet feed
151+
pool:
152+
vmImage: 'windows-latest' # NuGetCommand@2 is no longer supported on Ubuntu 24.04, so we'll use Windows until an alternative is available
151153
steps:
152154
- checkout: none
153155
- task: DownloadPipelineArtifact@2
@@ -173,6 +175,8 @@ stages:
173175
jobs:
174176
- job:
175177
displayName: Release to public NuGet feed
178+
pool:
179+
vmImage: 'windows-latest' # NuGetCommand@2 is no longer supported on Ubuntu 24.04, so we'll use Windows until an alternative is available
176180
steps:
177181
- checkout: none
178182
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)