We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a9525 commit c332c6aCopy full SHA for c332c6a
azure-pipelines.yml
@@ -148,6 +148,8 @@ stages:
148
jobs:
149
- job:
150
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
153
steps:
154
- checkout: none
155
- task: DownloadPipelineArtifact@2
@@ -173,6 +175,8 @@ stages:
173
175
174
176
177
displayName: Release to public NuGet feed
178
179
180
181
182
0 commit comments