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 d8a6573 commit 7ce141bCopy full SHA for 7ce141b
azure-pipelines.yml
@@ -200,7 +200,7 @@ stages:
200
name: 'pskoans-releases'
201
202
pool:
203
- vmImage: ubuntu-latest
+ vmImage: macOS-latest
204
205
variables:
206
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/build/PSGallery'
@@ -255,7 +255,7 @@ stages:
255
256
- task: DownloadPipelineArtifact@2
257
inputs:
258
- itemPattern: $(NupkgArtifactName)
+ artifactName: $(NupkgArtifactName)
259
targetPath: $(PackageDownloadPath)
260
261
- task: GitHubRelease@0
0 commit comments