Commit graph

60 commits

Author SHA1 Message Date
Livar Cunha
f66ec9a789 Adding trailing slash back to OutputDirectory that I accidently removed when merging and improving the inputs for GenerateNuGetPackagesArchiveInputs to take into account the c# template and the dotnet-archive and Microsoft.Dotnet.Archive codes. 2016-07-01 20:46:54 -07:00
Livar Cunha
3c789c8230 Addressing more code review comments 2016-07-01 11:09:11 -07:00
Livar Cunha
9135be75f4 Addressing code review comments and making incremental build work. 2016-07-01 10:35:40 -07:00
Livar Cunha
52e9475be8 Fixed tabs to 2 spaces instead of 4 for our targets files 2016-07-01 10:34:29 -07:00
Livar Cunha
b91160ef06 Fixing some paths, moving the compile.targets to the end of build.proj. 2016-07-01 10:34:08 -07:00
Livar Cunha
76728be4cb CompileTargets moved to MSBuild
CompileTargets moved to MSBuild. Still need to work on input/outputs, refactoring of targets, specially around CompileStage and moving some of the tasks back to msbuild instead of C# code.
2016-07-01 10:33:30 -07:00
Livar Cunha
a711ac2f59 Revert "CompileTargets moved to MSBuild"
This reverts commit 262a46e241.
2016-06-29 17:43:46 -07:00
Livar Cunha
014b8982d2 Revert "Fixing some paths, moving the compile.targets to the end of build.proj."
This reverts commit 58c75d54fd.
2016-06-29 17:43:40 -07:00
Livar Cunha
58c75d54fd Fixing some paths, moving the compile.targets to the end of build.proj. 2016-06-29 17:24:40 -07:00
Livar Cunha
262a46e241 CompileTargets moved to MSBuild
CompileTargets moved to MSBuild. Still need to work on input/outputs, refactoring of targets, specially around CompileStage and moving some of the tasks back to msbuild instead of C# code.
2016-06-29 17:22:47 -07:00