Skip to content

Commit

Permalink
Merge pull request #2142 from microsoft/bilong-pipelines
Browse files Browse the repository at this point in the history
Set output directory for release pipeline
  • Loading branch information
bill-long authored Jul 15, 2024
2 parents 085b5f6 + 19968b3 commit 818e09e
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 818e09e

Please sign in to comment.