Skip to content

Commit

Permalink
Use https instead of ssh for github
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Nov 23, 2023
1 parent bc70b33 commit f9293e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ steps:
- script: |
call npm --no-git-tag-version version $(GitVersion.SemVer)
call npm i -g vsce
call git config --global url."https://github".insteadOf ssh://git@github
call git config --global url."https://github.com/".insteadOf git@github.com:
call yarn install
call gulp build
call gulp package:offline
Expand Down
2 changes: 2 additions & 0 deletions pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ steps:
- script: |
call npm --no-git-tag-version version $(GitVersion.SemVer)
call npm i -g vsce
call git config --global url."https://github".insteadOf ssh://git@github
call git config --global url."https://github.com/".insteadOf git@github.com:
call yarn install
call gulp build
displayName: Build ADS extension
Expand Down

0 comments on commit f9293e5

Please sign in to comment.