Piotr Puszkiewicz
3a2632f6d5
Refactor DEB.proj
2016-08-27 18:07:49 -07:00
Piotr Puszkiewicz
8eecff0112
Address build issues
2016-08-27 15:57:14 -07:00
PiotrP
ed66c70106
wIp
2016-08-26 15:46:08 -07:00
Livar Cunha
9f2a0169fc
Addressing code review comments.
2016-08-26 11:23:47 -07:00
Livar Cunha
b09a6c6350
Adding dotnet-test-console to the list of generated nupkgs and fixing some namespace for the new command resolvers.
2016-08-25 23:14:25 -07:00
PiotrP
c5b4e48410
Initial removal of DebPackageCreator.cs
2016-08-25 13:19:22 -07:00
Piotr Puszkiewicz
56d2153c08
WiP
2016-08-23 16:09:12 -07:00
Piotr Puszkiewicz
578adf072c
Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild'
...
Conflicts:
src/dotnet/Program.cs
2016-08-18 18:08:45 -07:00
Piotr Puszkiewicz
e92c9603c8
Test reliability and format cleanups
2016-08-18 17:10:20 -07:00
Piotr Puszkiewicz
a1e3218023
msbuild885
2016-08-18 17:10:20 -07:00
Piotr Puszkiewicz
2cf4eb3106
Missed file
2016-08-18 17:10:20 -07:00
Piotr Puszkiewicz
43c5a2c59b
multi-proc test execution
2016-08-18 17:10:20 -07:00
Piotr Puszkiewicz
5ffdcd5797
DEB start
2016-08-18 12:35:39 -07:00
Livar Cunha
86f8115ee7
Updating the System.Reflection.Metadata version and changing the order of platform assemblies passed to crossgen.
2016-08-17 16:42:19 -07:00
Livar Cunha
5c4785e662
Removing dependency model from one of the packaged projects in the CLI.
2016-08-10 13:39:49 -07:00
Livar Cunha
0a55a7cb99
Updating the msbuild changes to handle DependencyModel coming from core-setup instead of a project dependency.
2016-08-10 13:39:49 -07:00
Eric Erhardt
2b741bca27
Fix and re-enable build3 tests.
2016-08-10 09:21:43 -05:00
Piotr Puszkiewicz
b3f5174f00
PR Feedback
2016-08-09 14:49:13 -07:00
Piotr Puszkiewicz
3a55a4182f
src/redist/project.json
2016-08-09 13:22:22 -07:00
Eric Erhardt
2bea6bac83
Move 14.1 to 15.0 now that MSBuild is version 15.0.
2016-08-09 10:28:50 -05:00
Eric Erhardt
d5179f9168
Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild.
2016-08-09 08:28:23 -05:00
Piotr Puszkiewicz
f09903d5c6
Copy MSBuild.exe into root dir to work around MSBUILD #872
2016-08-09 00:28:41 -07:00
PiotrP
359f274626
Workaround for msbuild #872
2016-08-08 14:35:09 -07:00
Piotr Puszkiewicz
479399ff47
Fix invocation of insignia.exe -ab
...
http://wixtoolset.org/documentation/manual/v3/overview/insignia.html
2016-08-02 12:59:45 -07:00
Piotr Puszkiewicz
253d232943
Add missing dependencies to bundle targets
2016-08-01 23:25:28 -07:00
Piotr Puszkiewicz
52ed2b090f
Remove temporary hacks from new NuGet
2016-08-01 19:11:40 -07:00
Livar Cunha
06bbaf7fb5
Disabling build3 tests.
2016-07-28 23:13:19 -07:00
Piotr Puszkiewicz
336b97212f
Crossgen package name casing
2016-07-28 22:29:29 -07:00
Livar Cunha
567cd8e1b5
Adding the trailing slash in the directory property. BuildTools needs it like that and that is the pattern in MSBuild.
2016-07-27 15:59:55 -07:00
Eric Erhardt
74da44a2bf
Temporarily restoring in-between compilation stages in order to use the current NuGet restore implementation.
2016-07-26 21:00:14 -05:00
Jonathan Miller
3a6e15309e
Bringing run.exe into the repo and starting with the clean command
2016-07-26 16:15:36 -07:00
Piotr Puszkiewicz
5ebc6a1ceb
Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory ( #3927 )
...
* Eliminate CleanPublishOutput
* Decompose Crossgen Task
* WiP
* TarGzFileExtractToDirectory
* FixModeFlags --> CHMod
Also various eliminations of dead code
* Tasks cleanup
Move all tasks to .tasks file. There is little value in keepint them in each source file as they are already being used assumptively by files that happen to get executed later.
Also eliminating uses of <Exec> for DotNet invocations
* Move to BuildTools implementation of TarGzCreateFromDirectory
* Eliminate Command.cs and helpers
* Remove dead code
* Revert TarGz from BuildTools
Latest build tools package has not picked up the task, though it is checked in.
* Disable ChMod on Windows
* Windows bug fix
* PR Feedback
* Finish changing Chmod caps
2016-07-26 00:29:59 -04:00
Eric Erhardt
fd8bbdcb63
Merge pull request #3911 from eerhardt/msbuild-E2E
...
MSBuild end to end
2016-07-22 18:49:22 -05:00
Piotr Puszkiewicz
1bf9795374
Replaces custom archiving tasks with build_tools implementation ( #3905 )
...
* TarGzFileCreateFromDirectory
* Replace ArchiveDirectory with BuildTools implementation
* Fix archive naming
* Because sometimes XML cares about whitespace...
* Create Packages Directory
* Cleanup
2016-07-22 19:01:32 -04:00
Eric Erhardt
1f8facc7c5
Fix TestSdkDeb to run tests against the installed dotnet.
2016-07-22 07:04:25 -05:00
Piotr Puszkiewicz
9446a81a25
Move CheckPrereqs to MSBuild ( #3895 )
...
* Move CheckPrereqs to MSBuild
* Tabs to Spaces
* PR feedback
2016-07-20 23:42:23 -04:00
Bryan Thornbury
2455528b2e
fix nupkg generation
2016-07-15 15:58:03 -07:00
Livar
3f52e83daf
Merge pull request #3872 from livarcocc/publish_msbuild
...
Publish msbuild
2016-07-15 15:05:49 -07:00
Livar Cunha
01b4981461
Addressing code review comments
2016-07-15 13:44:11 -07:00
Piotr Puszkiewicz
89e127b8ac
Move downloads to CDN ( #3873 )
2016-07-15 15:36:01 -04:00
Livar Cunha
03a17a9b76
Adding a task to set the blob properties correctly based on type.
2016-07-15 11:40:56 -07:00
Piotr Puszkiewicz
a477fe7253
Incremental build of test projects ( #3859 )
...
* If restore incrementality fails, clean out all lock files to re-enable incrementality.
* Incremental build of TestProjects
* Remove reduntant build of test projects
* Fix CI
* Fix list of executable tests
* Msi tests on net46
* Path Separators
* PR Feedback
* Win Diag
* Let's try a hack!
* And another!
* Mor Diag
* McHack
* Slashety slash slash
* One more hack
2016-07-15 00:20:23 -07:00
Livar Cunha
6d7f110122
Uploading assets using msbuild.
...
Copying Microsoft.WindowsAzure.Storage.dll to the sdk stage0 folder to get around issue https://github.com/Microsoft/msbuild/issues/658 .
2016-07-14 16:56:20 -07:00
Piotr Puszkiewicz
f63258ebaa
Incremental Test Part 2 - TestAssetProjects ( #3854 )
...
* Incremetntal build of TestAsset Projects
* Cleanup
* PR Feedback
2016-07-13 12:52:33 -07:00
Bryan Thornbury
9e20cd2669
PR Feedback
2016-07-13 11:19:38 -07:00
Bryan Thornbury
975727df6b
continue on error for ubuntu 16
2016-07-13 11:07:16 -07:00
Bryan Thornbury
e9d97ea7bd
Fixup dotnet-sdk-debug layout
2016-07-13 11:07:16 -07:00
Bryan Thornbury
7d10620c6d
fix restore issue in deb targets
2016-07-13 11:07:15 -07:00
Bryan Thornbury
38ba3066ea
fix archive targets bug
2016-07-13 11:07:14 -07:00
Bryan Thornbury
003e6ba282
Deb Package Targets
2016-07-13 11:07:14 -07:00