Skip to content

Commit

Permalink
Engineering - remove preReleaseTagAddToLatest pipeline template param…
Browse files Browse the repository at this point in the history
…eter
  • Loading branch information
lszomoru committed Nov 27, 2024
1 parent c17c287 commit ca55216
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ extends:

tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishPackage }}
publishPackage: ${{ parameters.publishPackage }}

testPlatforms:
- name: Linux
Expand All @@ -54,10 +53,10 @@ extends:
- 16.x
- name: Windows
nodeVersions:
- 16.x
- 16.x

testSteps:
- script: npm ci
displayName: Install dependencies
displayName: Install dependencies
- script: npm test
displayName: Test npm package

0 comments on commit ca55216

Please sign in to comment.