Skip to content
Merged
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
2 changes: 1 addition & 1 deletion preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected].0'
- script: 'npm install -D @azure/[email protected].1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if you switch it to drop the patch version, it will keep using the latest patch (till you just update the package.json version and drop this build)

Suggested change
- script: 'npm install -D @azure/[email protected].1'
- script: 'npm install -D @azure/[email protected]'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explicit version is better than implicit version here.

- script: './node_modules/.bin/avocado'
displayName: 'Avocado'