Skip to content

Commit

Permalink
🧱 Fix Azure extension build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Apr 13, 2022
1 parent 94d3447 commit 39929f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vsts-dev-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 12.x
- name: Install dependencies
run: cd vsts && npm install && npm i -g tfx-cli
run: cd vsts && npm install && cd QodanaScan && npm install && npm i -g tfx-cli
- name: Package and publish
run: |
cd vsts && npm run azure-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsts-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 12.x
- name: Install dependencies
run: cd vsts && npm install && npm i -g tfx-cli
run: cd vsts && npm install && cd QodanaScan && npm install && npm i -g tfx-cli
- name: Package and publish
run: |
cd vsts && npm run azure
Expand Down
4 changes: 2 additions & 2 deletions vsts/QodanaScan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vsts/vss-extension.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana-dev",
"name": "Qodana (Dev)",
"version": "1.0.4",
"version": "1.0.5",
"publisher": "JetBrains",
"targets": [
{
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana",
"name": "Qodana",
"version": "1.0.4",
"version": "1.0.5",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 39929f4

Please sign in to comment.