Skip to content

Commit b8c464e

Browse files
Update rc.yml to support variable in Windows CMD
1 parent d54b1f5 commit b8c464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extends:
5252
- task: CmdLine@2
5353
displayName: Replace AI Key
5454
inputs:
55-
script: npx [email protected] -I -f package.json -e "this.aiKey=\"$AI_KEY\""
55+
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
5656
- task: CmdLine@2
5757
displayName: VSCE package
5858
inputs:

0 commit comments

Comments
 (0)