Skip to content

Commit

Permalink
Lowered minimum agent version to 1.95.4 for TFS 2015 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed Nov 6, 2017
1 parent bf0bdf1 commit 1227015
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ Please have a look here: [GitHub Issues](https://github.com/kirkone/vsts-dnx-tas

### Release Notes

#### Version 0.1.30

- Lowered minimum agent version to 1.95.4 for TFS 2015 support

#### Version 0.1.27

- Fixed Build Webpackage error on publish
Expand Down
6 changes: 3 additions & 3 deletions VSTS.DNX.Tasks.AddVirtualApp/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.AddVirtualApp",
"friendlyName": "DNX Tasks Add Virtual Application",
"description": "Add a virtual application to an existing Azure web App",
"helpMarkDown": "Version: 0.1.24",
"helpMarkDown": "Version: 0.1.30",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 24
"Patch": 30
},
"preview": "true",
"visibility": [
Expand All @@ -20,7 +20,7 @@
"Agent"
],
"demands": [],
"minimumAgentVersion": "1.99.5",
"minimumAgentVersion": "1.95.4",
"inputs": [
{
"name": "ConnectedServiceName",
Expand Down
8 changes: 4 additions & 4 deletions VSTS.DNX.Tasks.BuildNugetPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"name": "DNX.Tasks.BuildNugetPackage",
"friendlyName": "DNX Tasks Build Nuget Package",
"description": "Build a Nuget package with dotnet cli.",
"helpMarkDown": "Version: 0.1.24",
"helpMarkDown": "Version: 0.1.30",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 24
"Patch": 30
},
"visibility": [
"Build"
],
"demands": [ ],
"minimumAgentVersion": "1.99.0",
"demands": [],
"minimumAgentVersion": "1.95.4",
"groups": [
{
"name": "advanced",
Expand Down
8 changes: 4 additions & 4 deletions VSTS.DNX.Tasks.BuildWebPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"name": "DNX.Tasks.BuildWebPackage",
"friendlyName": "DNX Tasks Build Web Package",
"description": "Build a package with dotnet cli for Deployment",
"helpMarkDown": "Version: 0.1.26",
"helpMarkDown": "Version: 0.1.30",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 26
"Patch": 30
},
"visibility": [
"Build"
],
"demands": [ ],
"minimumAgentVersion": "1.99.5",
"demands": [],
"minimumAgentVersion": "1.95.4",
"groups": [
{
"name": "advanced",
Expand Down
6 changes: 3 additions & 3 deletions VSTS.DNX.Tasks.ClearNugetCache/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"name": "DNX.Tasks.ClearNugetCache",
"friendlyName": "DNX Tasks NuGet Clear Cache",
"description": "Clear out the package cache for NuGet.",
"helpMarkDown": "Version: 0.1.23\n## Caution:\nUse this only when you exactly know what you are doing!\n This will clear the package cache and if there are any other build processes running at the same time at the same mashine **very bad things** will happen!",
"helpMarkDown": "Version: 0.1.30\n## Caution:\nUse this only when you exactly know what you are doing!\n This will clear the package cache and if there are any other build processes running at the same time at the same mashine **very bad things** will happen!",
"category": "Package",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 23
"Patch": 30
},
"visibility": [
"Build"
],
"demands": [],
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.95.4",
"groups": [
{
"name": "advanced",
Expand Down
6 changes: 3 additions & 3 deletions VSTS.DNX.Tasks.GenerateChangeLog/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"name": "DNX.Tasks.GenerateChangeLog",
"friendlyName": "DNX Tasks Generate Change Log",
"description": "Generate a markdown file with all changeset for this build.",
"helpMarkDown": "Version: 0.1.23 \nTo use this task **Allow Scripts to Access OAuth Token** has to be enabled in **Options** of this build definition.",
"helpMarkDown": "Version: 0.1.30 \nTo use this task **Allow Scripts to Access OAuth Token** has to be enabled in **Options** of this build definition.",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 23
"Patch": 30
},
"visibility": [
"Build"
],
"demands": [],
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.95.4",
"groups": [
{
"name": "markdown",
Expand Down
6 changes: 3 additions & 3 deletions VSTS.DNX.Tasks.PublishWebPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.PublishWebPackage",
"friendlyName": "DNX Tasks Azure PublishWebPackage",
"description": "Publish a Dotnet package to Azure Website",
"helpMarkDown": "Version: 0.1.23",
"helpMarkDown": "Version: 0.1.30",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 23
"Patch": 30
},
"visibility": [
"Build",
Expand All @@ -18,7 +18,7 @@
"demands": [
"azureps"
],
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.95.4",
"groups": [
{
"name": "advanced",
Expand Down
6 changes: 3 additions & 3 deletions VSTS.DNX.Tasks.SlotSwap/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.SlotSwap",
"friendlyName": "DNX Tasks Azure SlotSwap",
"description": "Swap a slot in Azure web site deployment slots.",
"helpMarkDown": "Version: 0.1.23",
"helpMarkDown": "Version: 0.1.30",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 23
"Patch": 30
},
"visibility": [
"Build",
Expand All @@ -18,7 +18,7 @@
"demands": [
"azureps"
],
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.95.4",
"inputs": [
{
"name": "ConnectedServiceName",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "vsts-dnx-tasks",
"name": "VSTS DNX Tasks",
"version": "0.1.27",
"version": "0.1.30",
"publisher": "kirkone",
"public": true,
"targets": [
Expand Down

0 comments on commit 1227015

Please sign in to comment.