Jan Vorlicek
cef64895c8
Merge pull request #1814 from janvorli/fix-pthread
...
Fix pthread library option
2016-03-12 01:46:05 +01:00
Piotr Puszkiewicz
c211e8d794
Merge pull request #1808 from dotnet/piotrpMSFT/issue1785/FragileNonVersionable
...
FragileNonVersionable
2016-03-11 13:50:03 -08:00
Troy Dai
0c31e53bfa
Merge branch 'troy-fix-path' into rel/1.0.0
2016-03-11 13:08:47 -08:00
Sridhar Periyasamy
b7392e65b6
Modify version badge URL to invalidate the github image cache.
2016-03-11 12:44:28 -08:00
PiotrP
5ae6dcbbde
Hard-code stage0 on Mac, Linux to use 1.0.0.001665, which contained a NuGet believed not to contain current regressions.
2016-03-11 12:39:36 -08:00
PiotrP
94ca41874d
FragileNonVersionable
2016-03-11 12:20:04 -08:00
Troy Dai
9df3a986d8
Fix incorrect reference assembly path
2016-03-11 11:53:22 -08:00
Troy Dai
429625061d
Merge branch 'troy/531' into rel/1.0.0
2016-03-11 09:53:18 -08:00
Jan Vorlicek
72ad7aa4db
Fix pthread library option
...
While building CoreRT on OSX, I have noticed a warning:
clang: warning: argument unused during compilation: `-pthread`
The issue is that the options should be `-lpthread` instead.
2016-03-11 12:24:36 +01:00
Troy Dai
78257e7388
Update DotNEtReferenceAssembliesPathResolver
2016-03-10 16:57:57 -08:00
Sridhar Periyasamy
dc3c00d660
Do not cache version badges in the blob storage.
2016-03-10 16:03:43 -08:00
Troy Dai
dc7bab9e28
Probe for .NET reference assemblies path
2016-03-10 16:01:11 -08:00
Pavel Krymets
5a121215cd
Merge pull request #1801 from dotnet/pakrym/deps-rids-paths
...
Fix issue with paths in deps.json not being normalized to have `/`
2016-03-10 15:20:36 -08:00
Troy Dai
2922251444
Merge branch 'troy/fix.osx.build' into rel/1.0.0
2016-03-10 14:26:29 -08:00
Troy Dai
37544303cb
Merge branch 'troy/1762' into rel/1.0.0
2016-03-10 14:24:23 -08:00
Pavel Krymets
5214d176cd
Fix issue with paths in deps.json not being normalized to have /, also moves rid graph section to root leve instead of being inside arget subsection
2016-03-10 13:45:06 -08:00
Pavel Krymets
b30d54bc56
Merge pull request #1796 from dotnet/pakrym/fix-embedded-deps
...
Fix issue preventing MVC gate to take a new dotnet cli
2016-03-10 13:38:54 -08:00
Troy Dai
76262b8b0a
Fix build break on osx.10.11
2016-03-10 12:47:00 -08:00
Troy Dai
a50a5a9d73
Retry when lock file is occupied by other process
2016-03-10 11:46:52 -08:00
Sridhar Periyasamy
ccf1a8bb39
Update the version badges links to point to new URIs.
2016-03-10 11:41:18 -08:00
Pavel Krymets
dceefd05c3
Fix issue preventing MVC gate to take a new dotnet cli
2016-03-10 11:33:39 -08:00
Sridhar Periyasamy
0dad10253b
Set the correct content type for version badges in blob storage.
...
This is needed to display the version badges as images in external
websites like github.
2016-03-10 10:23:52 -08:00
Sridhar Periyasamy
88c1340f6d
Merge pull request #1782 from jeremymeng/debian
...
Add support for building dotnet/cli on Debian.
2016-03-09 17:30:44 -08:00
Sridhar Periyasamy
c85cf24677
Fix docker build breaks in centos.
2016-03-09 17:28:22 -08:00
Sridhar Periyasamy
02b2c75f50
Fix to publish artifacts when running inside docker.
2016-03-09 17:14:53 -08:00
Andrew Stanton-Nurse
e1be00ecb3
take NuGet with OSX fix
2016-03-09 15:59:41 -08:00
Sridhar Periyasamy
56b1b829cf
Fix centos build break when building using Docker
...
`glibc-devel` to enable corehost compliation.
2016-03-09 15:51:57 -08:00
Pavel Krymets
7c6a2ad8b3
Merge pull request #1766 from dotnet/pakrym/deps-json-3
...
Generate actual deps.json file
2016-03-09 15:40:58 -08:00
Jeremy Meng
33ae98b48c
Address CR feedback.
...
Add Debian to IsPlatform() method.
2016-03-09 23:35:21 +00:00
Jeremy Meng
ee4bbb43ff
Add support for building dotnet CLI on Debian.
2016-03-09 23:05:02 +00:00
Sridhar Periyasamy
c33c2ff127
Fix build breaks for RHEL and Windows x86.
2016-03-09 14:21:02 -08:00
Pavel Krymets
9631ba8927
Generate actual deps.json file
2016-03-09 14:11:43 -08:00
Sridhar Periyasamy
1087283bfd
Merge pull request #1739 from Sridhar-MS/build-refactor1
...
Refactor the build scripts
2016-03-09 13:59:18 -08:00
Pavel Krymets
85b7336529
Merge pull request #1750 from dotnet/pakrym/deps-duplication-fix
...
Fix dependency context builder regression
2016-03-09 13:43:53 -08:00
Sridhar Periyasamy
53dd5f4a23
Address more PR feedback
...
- Add libssl-dev dependency to DockerFile, because the package upgrade test still depend on this. It can be removed once a newer package without libssl-dev dependency is uploaded.
- Check pre-reqs in the package script.
2016-03-09 20:15:06 +00:00
Sridhar Periyasamy
1737fa8cbc
Fix debian package tests
2016-03-09 18:55:26 +00:00
Troy Dai
628f54c77c
Send an empty error message after global error is cleared
2016-03-09 08:15:18 -08:00
Sridhar Periyasamy
b99e40bfab
Address PR feedback and remove Azure CLI from dockerfiles
...
We no longer need Azure CLI since publish is now via C#.
2016-03-08 18:46:54 -08:00
Sridhar Periyasamy
3edcab8eab
Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into build-refactor1
...
Conflicts:
scripts/Microsoft.DotNet.Cli.Build.Framework/CurrentPlatform.cs
scripts/Microsoft.DotNet.Cli.Build.Framework/Enumerations/BuildPlatform.cs
2016-03-08 23:42:15 +00:00
Sridhar Periyasamy
015bda2137
Debian package and publish changes
...
- Use parameters instead of env vars to create debian packages.
- Target to publish the deb package to the debian repo.
2016-03-08 23:33:18 +00:00
Sridhar Periyasamy
ae041c8f61
Address some PR feedback.
...
- Make the MSI scripts to use parameters instead of environment variables.
2016-03-08 23:31:14 +00:00
Andrew Stanton-Nurse
12dd8d6112
fix bad merge that lost removal of net45 from portable app test
2016-03-08 15:03:04 -08:00
Andrew Stanton-Nurse
7b84740e72
reremove net45 build from portable app test project
...
this somehow got restored during a bad merge, and is breaking the CI
2016-03-08 12:14:59 -08:00
Pavel Krymets
dd3c0f50db
Add reference assemblies and runtime targets support to dependency context builder.
2016-03-08 12:03:10 -08:00
Andrew Stanton-Nurse
7cc90d9ad1
Update dotnet-build to produce portable layout
...
dotnet-build will produce a deps file for portable builds, and will now
create "runnable" outputs for RID-less targets
the outputs won't actually be runnable today because we need corehost
changes and to generate a deps.json file for corehost to use.
2016-03-08 11:46:15 -08:00
Andrew Stanton-Nurse
444e4f9fd7
update version of nuget
2016-03-08 09:53:06 -08:00
Livar
5d78743324
Merge pull request #1740 from livarcocc/update_tests_to_lastest_runner
...
Updating test projects to the lastest version of dotnet-test-xunit runner.
2016-03-08 09:37:52 -08:00
Sridhar Periyasamy
d5748854fb
Merge pull request #1667 from Sridhar-MS/rhel
...
Add support for building dotnet CLI on RHEL.
2016-03-08 09:35:30 -08:00
Pavel Krymets
a0db5086f6
Fix dependency context builder regression
2016-03-08 09:22:17 -08:00
Sridhar Periyasamy
53fd607584
Fix EndToEnd tests for RHEL.
2016-03-07 20:23:41 -05:00