Justin Goshi
83b46ebc17
Generate host and build info and store them in .props files
2017-02-07 15:45:19 -08:00
jonsequitur
161b10d0d0
WIP
2017-02-07 10:08:14 -08:00
Eric Erhardt
da15d5435f
Merge pull request #5601 from eerhardt/FixMaster
...
A few small fixes in master
2017-02-06 15:55:07 -06:00
Eric Erhardt
8bab104956
Remove workaround for https://github.com/dotnet/standard/issues/191 .
2017-02-06 14:44:51 -06:00
Piotr Puszkiewicz
b0a5d53ed5
Merge rel/1.0.0 to master
2017-02-06 12:43:57 -08:00
Eric Erhardt
e947baaa17
Update Microsoft.NETCore.App to 2.0.0-beta-001507-00.
...
Use the crossgen and jit that comes with Microsoft.NETCore.App so we don't have to keep a corresponding CoreCLR version around.
Remove workarounds for crossgen bug https://github.com/dotnet/coreclr/issues/9118
2017-02-06 14:37:39 -06:00
Eric Erhardt
6f666ab7af
Update installer monikers.
...
Also removing a lingering registry key that was originally needed for the rc2 => preview1 SDK re-branding. This is no longer necessary.
2017-02-06 13:08:44 -06:00
Eric Erhardt
ed4ea13c5d
Update the daily build table.
...
No longer include links to the runtime installers. Add a link to core-setup for people who want to install just the runtime.
Refactor the links out of the table for easier maintenance.
Consolidate into a single column for the branch.
2017-02-06 12:37:32 -06:00
Piotr Puszkiewicz
562d519d9b
Merge pull request #5411 from omajid/master
...
dotnet-install should identify all RHEL 7.x as RHEL
2017-02-06 00:05:39 -08:00
Piotr Puszkiewicz
9cf4e9d1d0
Merge pull request #5590 from dotnet/updatenuget-rtm-2265
...
update nuget and sdk
2017-02-05 13:22:54 -08:00
Rohit Agrawal
fb4977e5f8
update nuget and sdk
...
update nuget to 4.0.0-rtm-2265
and sdk to 20170205-2
2017-02-05 11:08:33 -08:00
Piotr Puszkiewicz
f7978d90e6
Merge pull request #5581 from piotrpMSFT/piotrpmsft/bump/msbuild15.1.0-preview-000545-01
...
Update MSBuild
2017-02-03 18:17:02 -08:00
Piotr Puszkiewicz
42f257d1d1
Merge branch 'rel/1.0.0' into piotrpmsft/bump/msbuild15.1.0-preview-000545-01
2017-02-03 17:26:28 -08:00
Piotr Puszkiewicz
679b16e7ec
Merge pull request #5577 from jonsequitur/CommandLineApplication-improve-error-on-missing-single-value
...
throw CommandParsingException rather than crash on missing single value
2017-02-03 17:26:12 -08:00
Unknown
8671021577
Update MSBuild
2017-02-03 17:07:53 -08:00
Piotr Puszkiewicz
d14e1c64b1
Merge branch 'rel/1.0.0' into CommandLineApplication-improve-error-on-missing-single-value
2017-02-03 15:32:37 -08:00
Piotr Puszkiewicz
fc475dfd51
Merge pull request #5489 from naamunds/build_defs
...
Add checked-in build definitions
2017-02-03 14:02:50 -08:00
Nate Amundson
1db92f8c69
Temporarily use sandboxes for publishing
...
During the official build transition, use sandboxes for:
1. Blog container for the artifacts and checksums
2. MyGet feed
3. VS NuGet feed
4. Versions repo
In addition, skip publishing packages to the apt-get repo, because a
sandbox is not trivial to configure.
2017-02-03 12:09:55 -08:00
Nate Amundson
5cb80c04ee
Run Docker as current user in official builds
2017-02-03 12:09:54 -08:00
Nate Amundson
83ca9bf952
Add checked-in build definitions
...
These build definitions will be used by pipebuild to build the product.
The signing now uses MicroBuild because the builds are being moved to
the DevDiv VSTS instance, and the Microsoft Code Signing system which
was used in MSEng is not supported there.
MicroBuild does not support the .NET Core MSBuild, so the full-framework
MSBuild is used to build the signing targets. For this reason, the
signing logic is implemented as a standalone MSBuild project.
2017-02-03 12:09:53 -08:00
jonsequitur
182c695275
throw CommandParsingException rather than crash on missing single value
2017-02-03 10:57:57 -08:00
Piotr Puszkiewicz
f69f0ed266
Bump MSBuild to 15.1.0-preview-000544-02 ( #5567 )
2017-02-02 18:00:03 -08:00
Eric Erhardt
796ebe1f1e
Merge pull request #5566 from dotnet/eerhardt-patch-1
...
Update Microsoft.NETCore.App to 2.0.0-beta-001486-00
2017-02-02 19:52:11 -06:00
Mike Lorbetske
ce59e6b19f
Bug 378740 - Razor view precompilation, framework switch casing, framework options for class library ( #5560 )
2017-02-02 15:48:25 -08:00
Eric Erhardt
c27029a020
Update Microsoft.NETCore.App to 2.0.0-beta-001486-00
2017-02-02 17:31:07 -06:00
Eric Erhardt
b4c891fc76
Merge pull request #5552 from eerhardt/MergeRel10
...
Merge rel/1.0.0 into master
2017-02-02 14:01:20 -06:00
Eric Erhardt
3f3443d2df
Workaround "2.0" publish bug when referencing "1.1" security assemblies.
...
This hack downgrades the security assemblies to "1.0" versions, so the assets are excluded. When the underlying bug is fixed (or Roslyn moves to "2.0") we can remove this hack.
See https://github.com/dotnet/standard/issues/191 .
2017-02-02 10:25:03 -06:00
Rohit Agrawal
bffbee2b91
update nuget to 4.0.0-rtm-2259 ( #5551 )
2017-02-01 20:28:06 -08:00
Eric Erhardt
68015b6bec
fix file permissions on run-build.sh
2017-02-01 20:55:22 -06:00
Livar
c1ec396c45
Merge pull request #5501 from jchannon/patch-2
...
Removed link to preview4 page
2017-02-01 18:17:12 -08:00
Eric Erhardt
0281fde7d1
Merge branch 'master' into MergeRel10
2017-02-01 18:45:05 -06:00
Eric Erhardt
208776ed69
Merge master into local branch.
2017-02-01 18:39:32 -06:00
Livar
51788928f2
Merge pull request #5550 from mairaw/typos
...
fixed typos
2017-02-01 16:39:27 -08:00
Piotr Puszkiewicz
4c971ceed3
Merge branch 'rel/1.0.0' into patch-2
2017-02-01 16:39:08 -08:00
Livar
260b40456a
Merge pull request #5541 from livarcocc/wrong_global_json_folders
...
Changing the order in which search paths are added for migration
2017-02-01 16:36:56 -08:00
Eric Erhardt
a2c1a39d07
Fix projects and tests after merge of rel/1.0.0.
2017-02-01 18:35:52 -06:00
Livar
408a0afe8e
Merge branch 'rel/1.0.0' into wrong_global_json_folders
2017-02-01 15:53:10 -08:00
Livar
35547e69e9
Merge pull request #5539 from jonsequitur/msbuild-RestoreSources-escaping
...
escape semicolons when forwarding RestoreSources to MSBuild
2017-02-01 15:52:35 -08:00
Maira Wenzel
b605381165
fixed typos
2017-02-01 15:30:35 -08:00
Satya Madala
fe52fad34a
Revert results directory argument changes
2017-02-01 14:55:35 -08:00
Eric Erhardt
70443d5544
Merge pull request #5535 from dotnet/eerhardt-patch-1
...
Update Microsoft.NETCore.App to 2.0.0-beta-001450-00
2017-02-01 16:45:12 -06:00
jonsequitur
905db127a6
use missing package test to verify correct package feed parsing
2017-02-01 14:13:07 -08:00
jonsequitur
667f1cf018
also escape ://
2017-02-01 14:13:07 -08:00
jonsequitur
2ea3af799d
escape semicolons when forwarding RestoreSources to MSBuild
2017-02-01 14:13:07 -08:00
Livar
1af25e0fd9
Merge branch 'rel/1.0.0' into wrong_global_json_folders
2017-02-01 14:07:57 -08:00
Justin Goshi
3e07297525
Migration: Remove System.GC.Server from runtimeconfig.template.json and inject ServerGarbageCollection property into the csproj ( #5537 )
...
* Remove runtimeconfig.template.json from templates
* Inject ServerGarbageCollection property
2017-02-01 14:05:53 -08:00
Eric Erhardt
9404dd2f98
Update MSBuild to 15.2.0-preview-000002-01.
...
This contains the fix for https://github.com/Microsoft/msbuild/issues/1634
2017-02-01 15:59:35 -06:00
Livar Cunha
0c411e7e1f
Adding another global.json to a failing test asset.
2017-02-01 13:58:15 -08:00
Eric Erhardt
7543551602
Disable EnsureStageSeparation test until we can get a new stage0 with a new MSBuild that has the appropriate fixes.
2017-02-01 15:46:24 -06:00
Eric Erhardt
9f0bb778a1
Merge rel/1.0.0 into master.
2017-02-01 14:32:59 -06:00