Piotr Puszkiewicz
16bedef2c5
Piotrp msft/msbuild/incremental test ( #3842 )
...
* Incremental Testing - Part 1
* Fix 'clean' bug
* Remove --fallbacksource from TestAssetPackage restore.
2016-07-12 17:10:48 -07:00
Bryan Thornbury
610626dce3
version badge target
2016-07-12 16:52:58 -07:00
Piotr Puszkiewicz
08e9bc903e
CLI Testing via msbuild ( #3779 )
...
* Rebase
* Remove Multi-Project Validator
* Remove projectmodelserver tests
* Enable test package creation
* Incremental test restore
* WiP
* Enable Test Asset Project restore
* Build Test Assets & Restore Test Projects
* Build Test projects
* Enable Test Execution
also moves Test Targets to a well-known CLI Version [Stage 2]
* Pass throuh existing telemetry profile
* 2-space tabs
* Revert TestTargets.cs
* WiP PR feedback
* Refactoring
* Fix naming of RestoreTestAssetPackages
* DotNetTest task
* Fix merge issue
* ExecuteWithCapturedOutput
MSBuild considers StdErr output to be failures. This causes output of any test command which is expected to produce an error to be swallowed in the test.
* Workaround for always-on tracing functionality in dotnet-test
* Fix Path Separator Windows/Unix
* Seperate package build from pack
* Windows Pathing issues
* PR Feedback
* Workaround for msbuild #773
https://github.com/Microsoft/msbuild/issues/773
2016-07-11 12:46:27 -07:00
Livar Cunha
5d40e8b734
Fixing Ubuntu packaging issue, part 99 of hopefully 99.
2016-07-06 16:45:41 -07:00
Livar Cunha
8eb05a4deb
Addressing code review comments and fixing another issue with deb installer generation.
2016-07-06 14:45:07 -07:00
Livar Cunha
4510d9803c
Fixing the path for msbuild targets.
2016-07-06 13:46:54 -07:00
Livar Cunha
cdddc2e432
Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts.
2016-07-06 12:03:16 -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 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
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
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
Eric Erhardt
cddf8fa985
Implement incremental builds for Prepare targets.
2016-06-30 11:46:52 -05: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
fa97921a4d
change to properties, artifact names
2016-06-29 15:12:58 -07: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
038758acf4
Convert 'Init' to MSBuild.
2016-06-27 21:39:19 -05:00
Bryan Thornbury
4d8ed818e5
base init infra
2016-06-27 12:56:15 -07:00