Commit graph

5499 commits

Author SHA1 Message Date
Piotr Puszkiewicz
2b556b8954 Merge pull request #5799 from dotnet/UpdateSDK
Update NET.Sdk to 1.1.0-alpha-20170217-4
2017-02-28 14:31:47 -08:00
Piotr Puszkiewicz
3b04278b65 Shorten another Test Asset name 2017-02-28 13:11:34 -08:00
Piotr Puszkiewicz
88ab21600d Remove RID from package creation 2017-02-28 12:00:05 -08:00
Piotr Puszkiewicz
5d6acc03d1 Fix long path 2017-02-28 11:58:06 -08:00
Matt Ellis
779d26901d Make update-dependencies idempotent in the only update case
Today, if you run update-dependencies --Update and there are no
changes that need to be made (for example, you ran it previously) and
there are pending changes (i.e. git status shows diffs) the program
crashes with an unhandled exception because some code in VersionTools
is upset that there are pending changes since it thinks there should
be none.

Re-structure the code such that we don't call the method that's going
to throw when we are just updating dependencies. This also means
devs (or the composed build) who want to run this more than once do
longer have to reset changes beforehand.
2017-02-28 11:33:37 -08:00
Justin Goshi
9ffa76eab4 Fix broken publish for official builds 2017-02-28 10:16:52 -08:00
Piotr Puszkiewicz
01ca1b1208 Ensure redist publishes Roslyn
Also fix issue found in PR
2017-02-28 01:39:45 -08:00
Piotr Puszkiewicz
9bdd38cc19 Initial 2017-02-28 01:17:22 -08:00
Piotr Puszkiewicz
e685a808a1 Fix reference in MSBuild Test Utilities 2017-02-28 01:04:14 -08:00
Eric Erhardt
37c6842e00 Update NET.Sdk to 1.1.0-alpha-20170228-1. 2017-02-27 23:24:02 -08:00
Eric Erhardt
c1da263d40 Update NuGet to 4.0.1-beta-2321.
Update NET.Sdk to 1.1.0-alpha-20170227-1
2017-02-27 23:23:37 -08:00
Unknown
c0faf492d8 Remove runtime specification in favor of implicit runtime 2017-02-27 23:21:16 -08:00
Eric Erhardt
93f8157a04 Update NET.Sdk to 1.1.0-alpha-20170217-4 2017-02-27 23:21:16 -08:00
Piotr Puszkiewicz
c8e1a52b01 Merge pull request #5864 from piotrpMSFT/piotrpMSFT/infra/BuildTestsWithStage2
Move Test to use build output where possible.
2017-02-27 23:10:42 -08:00
Piotr Puszkiewicz
15f1582945 Move Test to use build output where possible. 2017-02-27 20:45:26 -08:00
Piotr Puszkiewicz
a88fb4f615 Merge pull request #5816 from piotrpMSFT/piotrpMSFT/infra/MSBuildExtensions
Move publishing static MSBuildExtensions to redist.csproj
2017-02-27 20:13:32 -08:00
Piotr Puszkiewicz
e2c9071c81 Remove duplicate glob 2017-02-27 19:11:38 -08:00
Piotr Puszkiewicz
e9a31a27ba Use PublishDir within redist.csproj 2017-02-27 18:48:05 -08:00
Piotr Puszkiewicz
452b7fcbdd Maybe order matters for AV... 2017-02-27 18:19:06 -08:00
Piotr Puszkiewicz
8ca21b67f9 Add relative paths, add logs by default 2017-02-27 17:19:39 -08:00
Piotr Puszkiewicz
5d193e8b39 Merge conflicts 2017-02-27 17:13:13 -08:00
Piotr Puszkiewicz
981db5f817 Wip 2017-02-27 17:11:37 -08:00
Piotr Puszkiewicz
69f5ecbeea Remove targets from deps file 2017-02-27 17:11:37 -08:00
Piotr Puszkiewicz
b1787426c0 Also move nupkg contentFiles 2017-02-27 17:11:37 -08:00
Piotr Puszkiewicz
43266d2d9a Move publishing static MSBuildExtensions to redist.csproj 2017-02-27 17:11:03 -08:00
Piotr Puszkiewicz
7ea5bf478e Merge pull request #5861 from dotnet/dev/jgoshi/removeDuplicateProps
Remove duplicate properties
2017-02-27 16:40:31 -08:00
Richard Lander
6e74e3b50e Update LZMA license with correct text 2017-02-27 16:32:41 -08:00
Piotr Puszkiewicz
005db40cd1 Merge pull request #5840 from piotrpMSFT/piotrpMSFT/bump/Roslyn
Bump Roslyn to 2.0.0-rc5-61424-02
2017-02-27 16:17:11 -08:00
Eric Erhardt
ad9b62a400 Merge pull request #5862 from dotnet/UpdateNuGet
Update NuGet version with latest netstandard2.0 build
2017-02-27 17:34:25 -06:00
Piotr Puszkiewicz
e92f9dfe0d Bump to 2.0.0-rc5-61427-04 2017-02-27 15:07:54 -08:00
Piotr Puszkiewicz
79704cc074 Merge branch 'rel/1.0.1' into piotrpMSFT/bump/Roslyn 2017-02-27 13:15:06 -08:00
Piotr Puszkiewicz
8d38b10992 Merge pull request #5860 from piotrpMSFT/piotrpMSFT/issues/doublebranding
Remove duplicate installer suffix
2017-02-27 13:13:50 -08:00
Eric Erhardt
c66d3bb6ad Update NuGet version with latest netstandard2.0 build 2017-02-27 14:50:39 -06:00
Piotr Puszkiewicz
182ecc69ac Merge pull request #5832 from dotnet/MultiProcTestBuild
Remove workaround for multi-proc builds
2017-02-27 12:27:45 -08:00
Justin Goshi
61c1e3e104 Remove duplicate properties 2017-02-27 11:06:44 -08:00
Piotr Puszkiewicz
0a6deabcce Enable multi-proc build of test sln. 2017-02-27 10:34:59 -08:00
Piotr Puszkiewicz
fae584ed59 Merge pull request #5852 from richlander/3pn
Add license text to LZMA SDK license notice
2017-02-27 10:24:10 -08:00
Piotr Puszkiewicz
b55b5ad033 Remove duplicate installer suffix 2017-02-27 10:21:42 -08:00
Piotr Puszkiewicz
84bf23fe7d Merge pull request #5828 from dotnet/dev/jgoshi/removeGlobalProps
First pass at cleaning up the global properties files
2017-02-27 09:56:54 -08:00
Livar
d338c5b5fd Merge pull request #5850 from am11/master
Prefer Unix Shell build-in 'hash' over 'which'
2017-02-26 13:24:13 -08:00
Richard Lander
a46f6fe807 Add license text to LZMA SDK license notice 2017-02-26 12:11:05 -08:00
Eric Erhardt
0fff8009c1 Merge pull request #5848 from eerhardt/Merge100
Merge rel/1.0.0 to rel/1.0.1
2017-02-25 21:30:28 -06:00
Adeel
ba72ff0edd Prefer Unix Shell build-in 'hash' over 'which'
`which` is an external utility. `hash` or `command -v` are built-in
General Commands.

See http://stackoverflow.com/a/677212/863980

I chose `hash` here as `run-build.sh` is already using it.
2017-02-26 01:24:04 +02:00
Eric Erhardt
ab887ec024 Merge remote-tracking branch 'upstream/rel/1.0.0' into rel101 2017-02-25 14:30:53 -06:00
Eric Erhardt
23392fa3c3 Merge branch 'rel/1.0.0' into piotrpMSFT/bump/Roslyn 2017-02-25 13:12:35 -06:00
Livar
e53429feb4 Merge pull request #5841 from livarcocc/update_platform_abstractions_103
Updating the SDK to 1.0.0-alpha-20170224-6
2017-02-24 23:52:09 -08:00
Livar Cunha
9210b84a98 Updating the SDK to 1.0.0-alpha-20170224-6 2017-02-24 15:56:59 -08:00
Livar Cunha
b3da712d3d Updating both platform abstractions and dependency model to 1.0.3. 2017-02-24 14:52:05 -08:00
Eric Erhardt
aa3c38e7e1 Merge pull request #5839 from eerhardt/Update101Readme
Update 1.0.1 README and Stage0
2017-02-24 16:26:36 -06:00
Piotr Puszkiewicz
fce8b417db Merge branch 'rel/1.0.0' into piotrpMSFT/bump/Roslyn 2017-02-24 14:13:14 -08:00