Skip to content

Commit

Permalink
fix: buggy behaviours with latest versions of azure libs
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces committed Apr 9, 2023
1 parent 1def5dc commit eec166e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-devops-bicep-task",
"version": "0.5.0",
"version": "0.5.1",
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"axios": "^0.27.2",
"azure-pipelines-task-lib": "^4.2.0",
"azure-pipelines-tool-lib": "2.0.3",
"azure-pipelines-tool-lib": "2.0.2",
"glob": "^8.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/decompile/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 5,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Run Bicep CLI decompile command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/install/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 5,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Install Bicep CLI",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/run/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 5,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Run Bicep CLI build command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "bicep-tasks",
"version": "0.5.0",
"version": "0.5.1",
"name": "Bicep Tasks",
"publisher": "piraces",
"description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",
Expand Down

0 comments on commit eec166e

Please sign in to comment.