Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 16, 2022
1 parent 7d8f7e5 commit 23c8900
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -8,7 +8,7 @@ pr:
- dev/jaredpar/*
- master

# Standard CI loop (build and test). This will run against VS2017 and VS2019
# Standard CI loop (build and test). This will run against VSMac 17.0
jobs:
- job: macOS
pool:
Expand All @@ -26,7 +26,7 @@ jobs:

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: Binaries/Debug/VimMac/net472/Vim.Mac.VsVim_$(EXTENSION_VERSION).mpack
pathToPublish: Binaries/Debug/VimMac/net6.0/Vim.Mac.VsVim_$(EXTENSION_VERSION).mpack
artifactName: VSMacExtension

- task: GitHubRelease@0
Expand All @@ -39,10 +39,11 @@ jobs:
target: '$(Build.SourceVersion)'
tagSource: 'auto'
title: 'Visual Studio for Mac $(VERSION_TAG)'
assets: Binaries/Debug/VimMac/net472/Vim.Mac.VsVim_$(EXTENSION_VERSION).mpack
assets: Binaries/Debug/VimMac/net6.0/Vim.Mac.VsVim_$(EXTENSION_VERSION).mpack
assetUploadMode: 'replace'
isDraft: false

# Standard CI loop (build and test). This will run against VS2017 and VS2019
- job: VsVim_Build_Test
pool:
vmImage: 'windows-2022'
Expand Down

0 comments on commit 23c8900

Please sign in to comment.