Skip to content

Commit

Permalink
🚀 run publish on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Mar 16, 2020
1 parent d8a6573 commit 7ce141b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ stages:
name: 'pskoans-releases'

pool:
vmImage: ubuntu-latest
vmImage: macOS-latest

variables:
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/build/PSGallery'
Expand Down Expand Up @@ -255,7 +255,7 @@ stages:

- task: DownloadPipelineArtifact@2
inputs:
itemPattern: $(NupkgArtifactName)
artifactName: $(NupkgArtifactName)
targetPath: $(PackageDownloadPath)

- task: GitHubRelease@0
Expand Down

0 comments on commit 7ce141b

Please sign in to comment.