Livar Cunha
c87652f8a0
Fixing build.cmd to invoke run_build.ps1. I forgot to update it before.
2016-07-05 16:56:05 -07:00
Livar Cunha
aebb42335c
Changed dotnet stage0 to no longer pivot on OS. We just place it under dotnet_stage0/
2016-07-05 16:28:00 -07:00
Livar Cunha
cc1bb54f1a
Removing build scripts from dotnet-cli-build. Moving the stage0 to a run_build scripts and invoking dotnet build3 build.proj for the build.
2016-07-05 15:09:39 -07:00
Piotr Puszkiewicz
a19f9021a5
Fix ExeExtension on non-Windows ( #3777 )
2016-07-04 20:36:30 -07:00
Livar
5724544618
Merge pull request #3737 from livarcocc/compile_msbuild
...
Compile msbuild
2016-07-02 00:41:15 -07:00
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
5302a63aa3
Addressing more code review comments and removing the incrementality from BuildProjectsForNuGetPackages. All it does is invoke dotnet build, which already has incremental builds. I will let it handle this one.
2016-07-01 10:37:01 -07:00
Livar Cunha
2846a9b2e7
Fixing an issue where there was a new line in the path to dotnet.exe in the sharedframework and added incrementality to BuildProjectsForNuGetPackages.
2016-07-01 10:35:40 -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
b8ccb0d1ae
Adding CompileTargets.cs back. I got ahead of myself by removing it. We haven't switched our official builds to msbuild yet.
2016-07-01 10:34:29 -07:00
Livar Cunha
514a17894c
Cleanup after the rebase
2016-07-01 10:34:29 -07:00
Livar Cunha
ce52d698d1
Making CompileStage batch over the different stages to avoid msbuild caching of targets.
2016-07-01 10:34:08 -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
Eric Erhardt
231abe264c
Merge pull request #3738 from brthor/brthor/deb-pkg-targets
...
MSBuild Pkg Targets
2016-07-01 10:58:05 -05:00
Bryan Thornbury
a0c1b7a0c0
Everything working
2016-07-01 07:06:27 -07:00
Bryan Thornbury
5cfecec2e9
nuget version
2016-07-01 07:06:27 -07:00
Piotr Puszkiewicz
c7d3f24be0
MakeRelative Task ( #3750 )
...
* MakeRelative Task
* PR Feedback
* Fix naming conflict
2016-06-30 17:11:33 -07:00
Livar
60288c3c8d
Merge pull request #3752 from dotnet/piotrpMSFT/msbuild-noDTH
...
Remove Project Model Server
2016-06-30 16:26:24 -07:00
PiotrP
5ed1371cd9
Remove Project Model Server
2016-06-30 14:31:08 -07:00
Eric Erhardt
58fa0bf344
Merge pull request #3744 from eerhardt/msbuild-Prepare-incremental
...
Implement incremental builds for Prepare targets.
2016-06-30 14:45:15 -05:00
Eric Erhardt
cddf8fa985
Implement incremental builds for Prepare targets.
2016-06-30 11:46:52 -05:00
Eric Erhardt
7b7251222f
Merge pull request #3726 from eerhardt/msbuild-Prepare
...
Finish converting 'Prepare' to MSBuild.
2016-06-29 20:03:48 -05: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
f661ec4a8b
Revert "Making CompileStage batch over the different stages to avoid msbuild caching of targets."
...
This reverts commit e100b950d2
.
2016-06-29 17:41:23 -07:00
Livar Cunha
e100b950d2
Making CompileStage batch over the different stages to avoid msbuild caching of targets.
2016-06-29 17:34:09 -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
Eric Erhardt
15642cfd2a
Finish converting 'Prepare' to MSBuild.
...
Implement DownloadHostAndSharedFxArtifacts
Implement ZipTemplates
Switch the Prepare target to use all the MSBuild targets.
2016-06-29 19:19:58 -05:00
Bryan Thornbury
2ed5363187
Merge pull request #3696 from brthor/brthor/msbuild-package-targets
...
msbuild package targets
2016-06-29 16:51:58 -07:00
Bryan Thornbury
e6905da2b3
ToUpper
2016-06-29 15:59:35 -07:00
Bryan Thornbury
ddb3637c26
PR Feedback
2016-06-29 15:56:13 -07:00
Bryan Thornbury
fa97921a4d
change to properties, artifact names
2016-06-29 15:12:58 -07:00
Eric Erhardt
47f32a7aea
Merge pull request #3721 from eerhardt/msbuild-Prepare
...
Implement RestorePackages in MSBuild.
2016-06-28 20:40:01 -05:00
Eric Erhardt
a7d2972509
Fix Stage0 calculation on Unix.
2016-06-28 19:03:10 -05:00
Eric Erhardt
bf172df39b
Respond to PR feedback and fix CommitCount not being padded with zeros.
2016-06-28 18:59:15 -05:00
Eric Erhardt
aff23d00f4
Implement RestorePackages in MSBuild.
...
This adds the DotNetTool custom task, with `dotnet restore` implemented.
2016-06-28 18:22:15 -05:00
Eric Erhardt
0d37da4d0d
Merge pull request #3710 from eerhardt/msbuild-Prepare
...
Convert 'Init' to MSBuild.
2016-06-28 15:33:15 -05:00
Eric Erhardt
038758acf4
Convert 'Init' to MSBuild.
2016-06-27 21:39:19 -05:00
Bryan Thornbury
219d9d269c
Merge pull request #3706 from brthor/brthor/preparebase
...
Base Prepare Infrastructure
2016-06-27 14:50:20 -07:00
Bryan Thornbury
4d8ed818e5
base init infra
2016-06-27 12:56:15 -07:00
Bryan Thornbury
bca4572561
Update branchinfo.txt
2016-06-24 16:11:06 -07:00
Eric Erhardt
15b2a9d9db
Convert all CLI build targets to MSBuild Tasks. ( #3690 )
2016-06-24 11:06:13 -07:00
Eric Erhardt
0c9617559e
Merge pull request #3688 from eerhardt/FIRelIntoMsBuild
...
FI rel/1.0.0 into feature/msbuild
2016-06-23 20:36:22 -05:00
Eric Erhardt
007661a8ac
Merge branch 'rel'
2016-06-23 17:53:15 -05:00
Eric Erhardt
cec5bacaad
Merge branch 'feature/msbuild' of https://github.com/dotnet/cli.git
2016-06-23 17:52:51 -05:00
Bryan Thornbury
c90287e6aa
Merge pull request #3680 from brthor/brthor/dotnet-msbuild
...
dotnet-build3 Adding msbuild execution command to cli
2016-06-23 15:00:27 -07:00