Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade azure-pipelines-task-lib dependency [HEAD-248] #168

Merged
merged 7 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run:
name: Build
command: |
npm run build
npm run build:clean
- run:
name: Checks
command: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- run:
name: Run Build
command: |
npm run build
npm run build:clean

- run:
name: Build and Deploy to Test Environment
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- run:
name: Build
command: |
npm run build
npm run build:clean

- run:
name: Create Extension
Expand Down Expand Up @@ -144,7 +144,7 @@ workflows:
branches:
ignore: master
- deploy_prod:
context: nodejs-lib-release
context: team-hammerhead-common-deploy-tokens
requires:
- test
filters:
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cycle.sh
.taskkey
/.mocha_tests/
snykTask/coverage
package-lock.json
*.bak
*.vsix
.eslintcache
Expand Down
2 changes: 1 addition & 1 deletion ops/deploy/install-extension-to-dev-org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function main() {
console.log(`Extension version installed: ${afterInstallExtensionVersion}`);

// there seems to be a delay between when the API indicates the extension is available and when a Pipeline
// can be succesfully launched that uses it.
// can be successfully launched that uses it.
// so, we will sleep for 30 seconds to give it some time to sort itself out
console.log(
'sleeping for 30 seconds to give Azure DevOps time to settle extension availability',
Expand Down
240 changes: 240 additions & 0 deletions ops/deploy/package-lock.json

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

Loading