Skip to content

Commit

Permalink
Update variable usage in the build pipeline for compatibility with Wi…
Browse files Browse the repository at this point in the history
…ndows CMD (#1452)
  • Loading branch information
testforstephen committed Mar 4, 2024
1 parent f7ec4ae commit 875a016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extends:
- task: CmdLine@2
displayName: Replace AI key
inputs:
script: npx [email protected] -I -f package.json -e "this.aiKey=\"$AI_KEY\""
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
- task: CmdLine@2
displayName: vsce package --pre-release
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extends:
- task: CmdLine@2
displayName: Replace AI key
inputs:
script: npx [email protected] -I -f package.json -e "this.aiKey=\"$AI_KEY\""
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
- task: CmdLine@2
displayName: vsce package
inputs:
Expand Down

0 comments on commit 875a016

Please sign in to comment.