Skip to content

Commit 7ce141b

Browse files
committed
🚀 run publish on MacOS
1 parent d8a6573 commit 7ce141b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ stages:
200200
name: 'pskoans-releases'
201201

202202
pool:
203-
vmImage: ubuntu-latest
203+
vmImage: macOS-latest
204204

205205
variables:
206206
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/build/PSGallery'
@@ -255,7 +255,7 @@ stages:
255255

256256
- task: DownloadPipelineArtifact@2
257257
inputs:
258-
itemPattern: $(NupkgArtifactName)
258+
artifactName: $(NupkgArtifactName)
259259
targetPath: $(PackageDownloadPath)
260260

261261
- task: GitHubRelease@0

0 commit comments

Comments
 (0)