Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Dec 30, 2021
1 parent 62675b2 commit 616a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
testRunTitle: netcoreapp2.1/Windows
condition: succeededOrFailed()

- powershell: .\build.ps1 -Target Package --artifact-dir='$(Build.ArtifactStagingDirectory)'
- powershell: .\build.ps1 --target=Package --artifact-dir='$(Build.ArtifactStagingDirectory)'
displayName: Package

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 616a8fd

Please sign in to comment.