Skip to content

Commit

Permalink
update version to v2.0.1 and disable pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Oct 14, 2024
1 parent 47c1301 commit e5eb1ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azdo/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stages:
env:
npm_config_arch: $(npm_config_arch)

- script: npm run package -- --target=$(vsce_target) --pre-release
- script: npm run package -- --target=$(vsce_target)
displayName: 'Package VSIX'
env:
ls_target: $(ls_target)
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "azapi",
"displayName": "Terraform AzApi Provider",
"description": "Terraform AzApi Provider language support for Visual Studio Code",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "azapi-vscode",
"appInsightsKey": "TODO",
"license": "MPL-2.0",
Expand Down

0 comments on commit e5eb1ed

Please sign in to comment.