Skip to content

Commit

Permalink
Fixed default powershell script
Browse files Browse the repository at this point in the history
version release 1.1.0
  • Loading branch information
pgroene committed Jun 3, 2016
1 parent 876080f commit 2501a4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Xpirit-Vsts-Build-InlineAzurePowershell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Peter Groenewegen - Xpirit",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 15
"Minor": 1,
"Patch": 0
},
"demands": [ "azureps" ],
"minimumAgentVersion": "1.95.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"name": "Script",
"type": "multiLine",
"label": "Script to run",
"defaultValue": "Write-Output 'Hello world",
"defaultValue": "Write-Output 'Hello world'",
"required": true,
"helpMarkDown": "Write all your thoughts in powershell in this textbox to run it in Azure Powershell",
"properties": {
Expand Down
6 changes: 3 additions & 3 deletions Xpirit-Vsts-Build-InlinePowershell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Peter Groenewegen - Xpirit",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 15
"Minor": 1,
"Patch": 0
},
"demands": [ ],
"minimumAgentVersion": "1.95.0",
Expand All @@ -20,7 +20,7 @@
"name": "Script",
"type": "multiLine",
"label": "Script to run",
"defaultValue": "Write-Output 'Hello world",
"defaultValue": "Write-Output 'Hello world'",
"required": true,
"helpMarkDown": "Write all your thoughts in powershell in this textbox",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion extension-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "PeterGroenewegen-Xpirit-Vsts-Build-InlinePowershell",
"name": "Run Inline Powershell and Azure Powershell",
"version": "1.0.17",
"version": "1.1.0",
"publisher": "petergroenewegen",
"public": true,
"targets": [
Expand Down

0 comments on commit 2501a4a

Please sign in to comment.