Skip to content

Commit

Permalink
Merge pull request #964 from microsoft/lszomoru/azure-credential
Browse files Browse the repository at this point in the history
Add `--azure-credential` option to "publish", "unpublish" and "verify-pat" commands
  • Loading branch information
lszomoru authored Apr 18, 2024
2 parents 578f483 + 9ba0c08 commit 0abc183
Show file tree
Hide file tree
Showing 7 changed files with 866 additions and 30 deletions.
6 changes: 3 additions & 3 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ extends:
- script: npm run build
testPlatforms:
- name: Linux
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
- name: MacOS
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
- name: Windows
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
testSteps:
- script: npm ci
- script: npm test
Expand Down
Loading

0 comments on commit 0abc183

Please sign in to comment.