Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Mar 5, 2024
1 parent ccbef23 commit 6b311ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/vscode-gradle-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 "%Build.SourcesDirectory%/extension/package.json" -e "this.aiKey=\"%AI_KEY%\""
- bash: |
cd $(Build.SourcesDirectory)/extension
node ./scripts/prepare-nightly-build.js
Expand Down

0 comments on commit 6b311ac

Please sign in to comment.