John Beisner
7373d4d309
Fixing CI build breaks for new CI legs; CLI:release/2.1.3xx ( #9202 )
...
* Fedora 27, openSUSE 43.2, and Ubuntu 18.04 should not build native installer packages nor
"IncludeSharedFrameworksForBackwardsCompatibilityTests"
* Formatting...
* Skip test: 'ItRollsForwardToTheLatestVersion'
2018-05-08 10:05:21 -07:00
Tanner Gooding
481e4a19b3
Merge pull request #9013 from dotnet/merges/release/2.1.2xx-to-release/2.1.3xx
...
Merge release/2.1.2xx to release/2.1.3xx
2018-05-04 11:00:39 -07:00
Tanner Gooding
a8856ddccc
Merge remote-tracking branch 'dotnet/release/2.1.2xx' into merges/release/2.1.2xx-to-release/2.1.3xx
2018-05-03 15:24:39 -07:00
Livar
b48939b697
Merge pull request #9187 from dagood/always-externalrestoresources
...
Allow ExternalRestoreSources in offline build (remove source-build patch 0003)
2018-05-03 10:51:42 -07:00
Livar Cunha
8c2160b6a0
Removing some patches for source build.
2018-05-02 11:59:01 -07:00
Davis Goodin
0f44059740
Allow ExternalRestoreSources in offline build
...
Allow the caller to provide ExternalRestoreSources while DotnetBuildOffline = true. Any logic to block passing ExternalRestoreSources belongs in the caller.
Fixes source-build offline build: it passes in filesystem NuGet sources for prebuilt and source-built packages.
2018-05-02 13:43:27 -05:00
Livar
f87c6e7d11
Merge pull request #9178 from natemcmaster/namc/disable-aspnet
...
Add a property to disable bundling ASP.NET Core tools and runtimes
2018-05-01 15:56:32 -07:00
Livar
e3fb6280ee
Merge pull request #9125 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
...
Update clicommandlineparser, climigrate, coresetup, coresetup, fsharp, roslyn, sdk, templating, templating, templating, websdk to alpha-62823-01, alpha-62823-01, rc1-26423-06, rc1-26423-06, rtm-180422-0, beta4-62827-02, rc1-62823-01, beta3-20180422-1618305, beta3-20180422-1618305, beta3-20180422-1618305, rc1-20180422-1618307, respectively (release/2.1.3xx)
2018-05-01 15:31:56 -07:00
Nate McMaster
ba68037ee6
Do not disable bundled aspnet templates
...
See https://github.com/dotnet/source-build/issues/456#issuecomment-385677818
2018-05-01 08:49:54 -07:00
Nate McMaster
b0c5fddc04
Add a property to disable bundling ASP.NET Core tools, templates, and runtimes
2018-04-30 17:49:09 -07:00
Livar
d17f4ec94e
Merge pull request #9123 from johnbeisner/FixNupkgSigning
...
Mark both CLI NuPkgs as "NonShipping=true"
2018-04-30 15:26:16 -07:00
Livar
78bd1cffb9
Merge pull request #9163 from dotnet/namc/aspnet-linux-arm
...
Include aspnetcore in the linux-arm build,
2018-04-30 14:47:07 -07:00
Livar
d65b6b0d06
Update version to rtm
2018-04-30 12:00:51 -07:00
Livar
b1b35e4226
Update SDK to latest from 2.1.300
...
Updating to 1.0.0-rc1-62827-06. There is a bug in the SDK where we are producing packages with the wrong version.
2018-04-27 16:33:52 -07:00
Nate McMaster
16cc6141d6
Use AspNetCoreSharedFxArchiveRid instead of AspNetCoreSharedFxInstallerRid
2018-04-27 14:14:14 -07:00
Livar
70994ee6dd
Update SDK to 2.1.200-preview-62827-05
2018-04-27 14:06:19 -07:00
Nate McMaster
2b9f00f361
Include aspnetcore in the linux-arm build, but not linux-arm64 or windows arm
2018-04-27 10:33:58 -07:00
dotnet-maestro-bot
4009912a6e
Update clicommandlineparser, climigrate, coresetup, coresetup, fsharp, roslyn, sdk, templating, templating, templating, websdk to alpha-62823-01, alpha-62823-01, rc1-26423-06, rc1-26423-06, rtm-180422-0, beta4-62827-02, rc1-62823-01, beta3-20180422-1618305, beta3-20180422-1618305, beta3-20180422-1618305, rc1-20180422-1618307, respectively
2018-04-27 15:48:19 +00:00
Livar
fc577e6b05
Update SDK to 2.1.200-preview-62826-08
2018-04-26 14:12:42 -07:00
Livar
20574d2e7b
Merge pull request #9147 from AndyGerlicher/MSBuild-15.7.177-2xx
...
MSBuild 15.7.177 (2xx)
2018-04-26 13:21:31 -07:00
Livar
af62bffb45
Merge pull request #9133 from dotnet/nuget.client.release-5148-1-1
...
Insert NuGet Build 4.7.0-rtm.5148 into cli
2018-04-26 13:21:04 -07:00
Andy Gerlicher
a4cc9fa5e0
MSBuild 15.7.177
2018-04-25 20:39:14 -07:00
Matt Mitchell
535cac7f55
Explicitly note whether the package version props is being overridden
...
It's difficult to tell today whether the package version props is correctly passed and used in some scenarios. Make it more explicit.
2018-04-25 17:11:09 -07:00
Livar
a711c264f1
Update Roslyn to 2.8.0-beta4-62824-10
2018-04-24 16:00:33 -07:00
NuGet Team Bot
458ad92d49
Insert NuGet Build 4.7.0-rtm.5148 into cli
2018-04-24 14:50:13 -07:00
jbeisner
247937665f
Fix a release/2.1.3xx baseline error:
...
error NU1605: Detected package downgrade: Microsoft.NETCore.App from 2.1.0-rc1-26423-06 to 2.1.0-rc1-26420-08
2018-04-24 20:57:42 +00:00
John Beisner
754a68524a
Merge branch 'release/2.1.3xx' into FixLinuxMusl
2018-04-24 13:31:46 -07:00
jbeisner
bb15fa8c61
Formatting...
2018-04-24 20:22:35 +00:00
jbeisner
70e3f1d30d
Updating the AspNetCore version to a drop that has a 'linux-musl' asset
2018-04-24 19:51:04 +00:00
jbeisner
96674333e3
Fixing typo...
2018-04-24 19:07:33 +00:00
jbeisner
74ee6b6070
Download 'linux-musl-x64' shared framework assets when building 'linux-musl-x64'
2018-04-24 18:48:18 +00:00
jbeisner
6a26200b46
Merge remote-tracking branch 'upstream/release/2.1.3xx' into FixNupkgSigning
2018-04-24 16:06:28 +00:00
jbeisner
4dc5eb7320
Do not sign the CLI NuPkgs - they do not ship.
2018-04-23 22:03:55 +00:00
jbeisner
6d353a5963
Mark both NuPkgs as "NonShipping=true"
2018-04-23 21:56:00 +00:00
John Luo
441a470f54
Add bundled aspnetcore runtime framework versions
...
- Add integration test for implicit Microsoft.AspNetCore.App versions
2018-04-23 00:33:33 -07:00
Livar
53068bb65e
Merge pull request #9115 from dotnet/nuget.client.release-5122-1-1
...
Insert NuGet Build 4.7.0-rtm.5122 into cli
2018-04-20 16:27:19 -07:00
Livar
6d9a4f1c65
Update SDK to 2.1.200-preview-62820-08
2018-04-20 15:21:46 -07:00
Livar
dc088918f9
Merge pull request #9106 from dotnet/merges/release/2.1.1xx-to-release/2.1.2xx
...
Merge release/2.1.1xx to release/2.1.2xx
2018-04-20 15:12:18 -07:00
Wes Haggard
1e30cf3b5f
Add temporary feed to boot-strap linux-musl build
2018-04-20 14:11:06 -07:00
Wes Haggard
65d5730631
Replace alpine with linux-musl builds
...
We still build linux-musl on the alpine OS but we no longer
produce a alpine installer/tar file instead we just have the
linux-musl version.
2018-04-20 13:23:00 -07:00
NuGet Team Bot
205f58496f
Insert NuGet Build 4.7.0-rtm.5122 into cli
2018-04-20 13:09:19 -07:00
Livar
2f3f672a15
Merge pull request #9100 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
...
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, nugetclient, roslyn, sdk, templating, templating, templating, websdk to alpha-62819-01, alpha-62819-01, rc1-26419-02, rc1-26419-02, rc1-26419-02, rtm-180418-0, preview-000169, preview1.5116, dev-62819-05, preview3-62819-01, beta3-20180418-1607235, beta3-20180418-1607235, beta3-20180418-1607235, rc1-20180418-1607241, respectively (release/2.1.3xx)
2018-04-20 11:36:32 -07:00
Livar
c60ca4c76a
Merge pull request #9093 from dotnet/update_roslyn
...
Update Roslyn to 2.8.0-dev-62817-01
2018-04-19 13:32:49 -07:00
Livar
04c02b0200
Merge pull request #9019 from mlorbetske/dev/mlorbe/UpdateTestTemplatesFor20To157RTW
...
Update test templates to use the 15.7.0 test SDK
2018-04-19 12:56:21 -07:00
Livar
3070750a5b
Updating CLI branding to RC1
2018-04-19 12:46:56 -07:00
dotnet-maestro-bot
8317c6f0da
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, nugetclient, roslyn, sdk, templating, templating, templating, websdk to alpha-62819-01, alpha-62819-01, rc1-26419-02, rc1-26419-02, rc1-26419-02, rtm-180418-0, preview-000169, preview1.5116, dev-62819-05, preview3-62819-01, beta3-20180418-1607235, beta3-20180418-1607235, beta3-20180418-1607235, rc1-20180418-1607241, respectively
2018-04-19 19:40:52 +00:00
Nate McMaster
f729fad293
Fix the aspnetcore dependency on .rpm and .deb installers
2018-04-18 22:49:21 -07:00
Nate McMaster
2d008aa4f7
Add tests that assert the dependencies of the dotnet-sdk rpm and deb files
2018-04-18 22:49:21 -07:00
Livar
3c344c2f83
Update Roslyn to 2.8.0-dev-62817-01
2018-04-18 12:03:42 -07:00
John Beisner
7d375481bc
Sign the 'nupkg' files; CLI:release/2.1.3xx ( #9086 )
...
* Sign the 'nupkg' files.
* Sign 'NuPkg' files with the 'NuGet' cert.
* Use "Microsoft402"
2018-04-17 16:53:03 -07:00