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 e4d0226 commit 9e7d8d4Copy full SHA for 9e7d8d4
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'
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