Skip to content

Commit

Permalink
Replace Bash with CmdLine
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Dec 3, 2024
1 parent 424c26e commit 0db86ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extends:
displayName: npm install
inputs:
verbose: false
- task: Bash@3
- task: CmdLine@2
displayName: npx gulp build_server
inputs:
targetType: inline
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extends:
displayName: npm install
inputs:
verbose: false
- task: Bash@3
- task: CmdLine@2
displayName: npx gulp build_server
inputs:
targetType: inline
Expand All @@ -85,7 +85,7 @@ extends:
displayName: Replace AI Key
inputs:
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
- task: Bash@3
- task: CmdLine@2
displayName: vsce package
inputs:
targetType: inline
Expand Down

0 comments on commit 0db86ad

Please sign in to comment.