tyagimanoj12 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Change NuGet packaging to use MsBuild rather batch files #210

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
NuGet builds in the ELMAH 1.2 NuGet branch are created by using batch files.
This could be updated to run MsBuild instead

What goal would this enhancement help you achieve?
It would allow better versioning of the NuGet packages

Original issue reported on code.google.com by jamesdriscoll71 on 10 Mar 2011 at 1:58

GoogleCodeExporter commented 8 years ago
The following links may prove to be useful in this task:

http://www.jeremyskinner.co.uk/2011/01/12/automating-nuget-package-creation-with
-msbuild-and-powershell/

http://msdn.microsoft.com/en-us/library/dd722601.aspx

Original comment by jamesdriscoll71 on 10 Mar 2011 at 2:02