From e590c760f31f7620075f831ad663b6aed6f93f4f Mon Sep 17 00:00:00 2001 From: vk Date: Tue, 31 Oct 2017 22:21:55 -0400 Subject: [PATCH] WIP: dotnet support, see #13 --- Properties/Build.properties | 29 ++++++++++++++++++----------- Properties/Global.Imports | 3 ++- Targets/BuildSolutions.target | 6 ------ Targets/DotNetBuild.target | 16 ++++++++++++++++ 4 files changed, 36 insertions(+), 18 deletions(-) create mode 100644 Targets/DotNetBuild.target diff --git a/Properties/Build.properties b/Properties/Build.properties index e054f63..e919750 100644 --- a/Properties/Build.properties +++ b/Properties/Build.properties @@ -23,7 +23,8 @@ $([System.IO.Path]::GetFullPath('$(BuildPath)\..\NugetWorkspace')) $(DropsPath)\SpecificationReports $(DropsPath)\TestResults - Configuration=Release;Platform=Any CPU + Release + Configuration=$(BuildConfig);Platform=Any CPU $(SolutionName).Setup $([System.IO.Path]::GetFullPath('$(BuildPath)\..\ReferencedAssemblies')) $(SolutionName) @@ -93,8 +94,8 @@ - - $(GitVersion_NuGetVersion) + + $(GitVersion_NuGetVersion) @@ -114,13 +115,19 @@ - - - - + + + + + + + + + + diff --git a/Properties/Global.Imports b/Properties/Global.Imports index 481aa4b..96e5d91 100644 --- a/Properties/Global.Imports +++ b/Properties/Global.Imports @@ -13,7 +13,8 @@ - + + diff --git a/Targets/BuildSolutions.target b/Targets/BuildSolutions.target index 99aabbf..7115eee 100644 --- a/Targets/BuildSolutions.target +++ b/Targets/BuildSolutions.target @@ -14,15 +14,9 @@ - - - - \ No newline at end of file diff --git a/Targets/DotNetBuild.target b/Targets/DotNetBuild.target new file mode 100644 index 0000000..3085ee4 --- /dev/null +++ b/Targets/DotNetBuild.target @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + \ No newline at end of file