From 7ce141b3bb2964f332e872a79b72bd746925ff7b Mon Sep 17 00:00:00 2001 From: Joel Sallow <32407840+vexx32@users.noreply.github.com> Date: Mon, 16 Mar 2020 01:01:04 -0400 Subject: [PATCH] :rocket: run publish on MacOS --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7435770..49d406c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -200,7 +200,7 @@ stages: name: 'pskoans-releases' pool: - vmImage: ubuntu-latest + vmImage: macOS-latest variables: GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/build/PSGallery' @@ -255,7 +255,7 @@ stages: - task: DownloadPipelineArtifact@2 inputs: - itemPattern: $(NupkgArtifactName) + artifactName: $(NupkgArtifactName) targetPath: $(PackageDownloadPath) - task: GitHubRelease@0