Commit graph

5162 commits

Author SHA1 Message Date
Piotr Puszkiewicz
958fc85962 Merge pull request #5870 from ellismg/make-update-dependencies-idempotent
Make update-dependencies idempotent in the only update case
2017-03-02 18:51:31 -08:00
Piotr Puszkiewicz
808e7c5b81 Merge pull request #5894 from MichaelSimons/docker-hub-repo
Switch Docker Hub repo being used to microsoft/dotnet-buildtools-prereqs
2017-03-02 18:50:27 -08:00
Livar
314aca0682 Merge pull request #5898 from dotnet/piotrpMSFT-patch-1
Enable Jenkins to parse trx file
2017-03-02 14:52:27 -08:00
Piotr Puszkiewicz
236dccc987 Enable Jenkins to parse trx file 2017-03-02 11:26:19 -08:00
MichaelSimons
0917c8b06e Switch Docker Hub repo being used to microsoft/dotnet-buildtools-prereqs 2017-03-02 10:36:55 -06:00
Livar
1cafd69f62 Merge pull request #5886 from eerhardt/UpdateREADME
Remove OpenSUSE and Fedora from the readme.
2017-03-01 20:12:41 -08:00
Eric Erhardt
bb33fc1285 update version badge for new moniker name. 2017-03-01 20:01:18 -06:00
Eric Erhardt
e4b04baa4d Remove OpenSUSE and Fedora from the readme. 2017-03-01 16:38:29 -06:00
Eric Erhardt
5a22071c20 Merge pull request #5884 from eerhardt/RemoveOpenSuse13
Remove OpenSUSE13 and Fedora23 since they are end of lifed.
2017-03-01 15:54:37 -06:00
Eric Erhardt
b64068291b Remove OpenSUSE13 and Fedora23 since they are end of lifed. 2017-03-01 15:27:50 -06:00
Eric Erhardt
b3b4e4257c Merge pull request #5881 from livarcocc/fix_finalize_build
Updating the badge names that we use when checking if the build changed
2017-03-01 15:04:23 -06:00
Livar Cunha
94b79f4466 Updating the badge names that we use when checking if the build changed. Before, we were using an API to generate the OS names, now we are using msbuild OSName property, which names the OS differently. 2017-03-01 11:46:53 -08:00
Piotr Puszkiewicz
85ca206d84 Merge pull request #5879 from dotnet/piotrpMSFT/infra/reduceRedist
Remove unnecessary P2P's from redist.csproj
2017-03-01 10:13:59 -08:00
Piotr Puszkiewicz
b8566ffb45 Merge pull request #5878 from piotrpMSFT/piotrpMSFT/infra/MinimizeCompileCLI
Enable redist.csproj to self-publish
2017-03-01 10:13:26 -08:00
Piotr Puszkiewicz
65f6424ddf symbols sdk 2017-03-01 01:24:07 -08:00
Piotr Puszkiewicz
5f4ef8ff77 Remove unnecessary P2P's from redist.csproj 2017-03-01 01:08:33 -08:00
Piotr Puszkiewicz
eb09b62236 Because ; 2017-03-01 00:46:13 -08:00
Piotr Puszkiewicz
12fde69e86 Move remaining Publish actions to redist.csproj 2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
7bdd7befd8 Merge resolution 2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
eee7c7ed32 Move PDB removal to redist.csproj target 2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
283a80dff0 Move Symbols package creation to redist target 2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
28d83da782 Remove vbc in a target 2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
a1d27b6843 Merge pull request #5741 from spboyer/master
Update help text for dotnet-add-package
2017-03-01 00:36:57 -08:00
Piotr Puszkiewicz
5aed4714bb Merge pull request #5877 from piotrpMSFT/piotrpMSFT/infra/chmodfaster
Clean up chmod usage
2017-02-28 21:46:49 -08:00
Piotr Puszkiewicz
db35770913 Add back Windows condition 2017-02-28 19:30:43 -08:00
Piotr Puszkiewicz
3682882be4 Make RunCsc.sh executable 2017-02-28 19:13:00 -08:00
Piotr Puszkiewicz
0100fd9aa7 Simplify chmod usage 2017-02-28 18:53:13 -08:00
Piotr Puszkiewicz
664f089985 Reduce chmod 2017-02-28 18:16:51 -08:00
Piotr Puszkiewicz
b2429da437 Merge pull request #5869 from dotnet/dev/jgoshi/fixBrokenPublish
Fix broken publish for official builds
2017-02-28 14:34:32 -08:00
Piotr Puszkiewicz
52af661ca2 Merge pull request #5866 from piotrpMSFT/piotrpMSFT/infra/crossgentarget
Simplify crossgen script and move to dedicated target in redist.csproj
2017-02-28 14:33:58 -08:00
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