Skip to content

Commit d54b1f5

Browse files
Update nightly.yml to support the variable uage in Windows CMD
1 parent 7df8d1a commit d54b1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extends:
5757
- task: CmdLine@2
5858
displayName: Replace AI Key
5959
inputs:
60-
script: npx [email protected] -I -f package.json -e "this.aiKey=\"$AI_KEY\""
60+
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
6161
- task: Bash@3
6262
displayName: update version in package json
6363
inputs:

0 commit comments

Comments
 (0)