Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Fix task in sign step to use correct artifacts location.

***NO_CI***
  • Loading branch information
josesimoes committed Jun 17, 2024
1 parent 1c3409f commit e536da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ stages:
steps:

- download: current
displayName: Download artifacts
artifact: git-mob-vs-code

- task: DotNetCoreCLI@2
Expand All @@ -190,7 +191,7 @@ stages:
- pwsh: |
.\sign code azure-key-vault `
"**/*.nupkg" `
--base-directory "$(Build.ArtifactStagingDirectory)" `
--base-directory "$(Pipeline.Workspace)/git-mob-vs-code" `
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
--description ".NET nanoFramework VS Code Extension" `
--description-url "https://github.com/$env:Build_Repository_Name" `
Expand Down

0 comments on commit e536da9

Please sign in to comment.