Skip to content

Commit

Permalink
Fix Version .NET Core Assemblies fails with "Unexpected token =" on T…
Browse files Browse the repository at this point in the history
…FS 2015.4 (#458)

#457
  • Loading branch information
HolisticDeveloper authored and rfennell committed Mar 19, 2019
1 parent a86865c commit 441e4df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "4578fa22-6039-4d83-90e0-3e12f68d6b26",
"name": "VersionDotNetCoreAssemblies",
"friendlyName": "Version .NET Core Assemblies",
"description": "Applies a version to a .NET Core assembly via the .cspro files based on the build number. Based on Microsoft sample from https://msdn.microsoft.com/Library/vs/alm/Build/overview",
"description": "Applies a version to a .NET Core assembly via the .csproj files based on the build number. Based on Microsoft sample from https://msdn.microsoft.com/Library/vs/alm/Build/overview",
"helpMarkDown": "Version: #{Build.BuildNumber}#. [More Information](https://github.com/rfennell/vNextBuild/wiki/Version-Assemblies-and-Packages-Tasks/)",
"category": "Build",
"visibility": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"label": "Version Number",
"defaultValue": "$(Build.BuildNumber)",
"required": true,
"helpMarkDown": "Version number to apply to files, can be extraced from the build name 'Build HelloWorld_00.00.00000.0' format"
"helpMarkDown": "Version number to apply to files, can be extracted from the build name 'Build HelloWorld_00.00.00000.0' format"
},
{
"name": "Injectversion",
Expand Down Expand Up @@ -101,7 +101,7 @@
}

],
"minimumAgentVersion": "1.82.0",
"minimumAgentVersion": "1.95.1",
"instanceNameFormat": "Version .NET Core Assemblies",
"execution": {
"Node": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES6",
"target": "ES5",
"module": "commonjs",
"watch": false,
"outDir": "../VersionDotNetCoreAssembliesTask/",
Expand Down

0 comments on commit 441e4df

Please sign in to comment.