Skip to content

Commit

Permalink
Set output directory for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-long committed Jul 15, 2024
1 parent 085b5f6 commit 19968b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ extends:
- job: main
pool:
type: windows
variables:
ob_outputDirectory: 'dist'
steps:
- pwsh: |
cd .\.build
Expand Down

0 comments on commit 19968b3

Please sign in to comment.