Ryan Brandenburg
b9d1f82191
Update bootstrappers
2017-10-09 12:45:37 -07:00
Nate McMaster
9d07f205f2
Update how PackageReference versions are set
...
Changes:
- Remove floating versions
- Disable myget feeds during a Universe build
- Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:11:31 -07:00
Nate McMaster
6112a098c1
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-10-02 14:13:22 -07:00
Nate McMaster
bc2502cf4c
Import dependencies.props last to ensure TargetFramework is set first
2017-09-29 17:02:36 -07:00
Pranav K
311c52b12e
Honor CopyBuildOutputToPublishDirectory and CopyOutputSymbolsToPublishDirectory switches
...
Fixes #204
2017-09-26 13:12:26 -07:00
Justin Kotalik
05d077da43
Increase Minimum Version of Visual Studio to 15.3.0
2017-09-21 17:56:59 -07:00
Nate McMaster
0fbf540f37
Update build scripts, tools, and dependencies for 2.0.x
2017-09-20 17:23:27 -07:00
Nate McMaster
1468bb7afd
Update the list of packages patching in 2.0.x
2017-09-20 13:41:27 -07:00
Ryan Brandenburg
481d787647
Update bootstrappers
2017-09-19 15:27:17 -07:00
Ryan Brandenburg
8cdba4f7ae
Update bootstrappers
2017-09-19 15:27:17 -07:00
Nate McMaster
9b53da7333
Update package feeds and dependencies for 2.0.1 ( #203 )
2017-09-18 12:42:44 -07:00
Nate McMaster
50360ddfaa
Bump version to 2.0.1
2017-09-15 17:58:51 -07:00
Pranav K
daec40f2ba
Add support for cross-publishing
...
Fixes #102
2017-08-31 16:07:12 -07:00
Nate McMaster
28172a3a3e
Use PackageLineup to manage PackageReference versions
2017-08-29 14:50:54 -07:00
Nate McMaster
54a5b4734f
Use Directory.Build.props/targets
2017-08-29 14:17:25 -07:00
Nate McMaster
efa82ceefe
Upgrade to xunit 2.3.0-beta4
2017-08-22 17:36:19 -07:00
Pranav K
b00c9b4e05
Pinning versions for 2.0.0
2017-08-17 15:00:51 -07:00
John Luo
a62c8484cb
Update Microsoft.AspNetCore.Server.IntegrationTesting package version
2017-08-07 17:15:15 -07:00
John Luo
9161e4cb0c
Ensure fallback to curl after failed wget
2017-08-02 14:33:13 -07:00
John Luo
3816db5e21
Update __get_remote_file logic
2017-08-02 12:44:47 -07:00
Nate McMaster
b44383b401
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:28:34 -07:00
Nate McMaster
48773c5c14
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:33:59 -07:00
Pranav K
ab86638804
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:14:20 -07:00
Ryan Brandenburg
5b9ae32b05
Set AspNetCoreVersion
2017-07-24 17:57:50 -07:00
Ryan Brandenburg
9ee6a13a0f
2.0.0-rtm to 2.1.0-preview1
2017-07-24 12:32:21 -07:00
Ryan Brandenburg
18720ea8d4
Merge pull request #180 from aspnet/rel/2.0.0
...
Rel/2.0.0
2017-07-21 15:11:36 -07:00
Ryan Brandenburg
e888beb48c
Update MSBuild version
2017-07-21 14:56:49 -07:00
Pranav K
c0cb863594
Merge pull request #177 from aspnet/rel/2.0.0
...
Don't run the precompilation tool when publishing with a RID
2017-07-19 10:27:07 -07:00
Pranav K
98b9a4bf7f
Don't run the precompilation tool when publishing with a RID
2017-07-19 10:26:48 -07:00
Ryan Brandenburg
2e17439ee1
Merge pull request #175 from aspnet/rel/2.0.0
...
Rel/2.0.0
2017-07-18 14:23:44 -07:00
Ryan Brandenburg
40e149db30
Raise MSBuild version
2017-07-18 13:59:55 -07:00
Ryan Brandenburg
5aca4fe99f
Merge pull request #171 from aspnet/rel/2.0.0
...
rel/2.0.0
2017-07-13 09:58:31 -07:00
Ryan Brandenburg
b4764b89ed
Update MSBuild version
2017-07-12 20:29:23 -07:00
Mike Harder
9c6cd97188
Merge remote-tracking branch 'origin/rel/2.0.0' into dev
2017-07-11 17:45:12 -07:00
Mike Harder
2f3054f668
Update MSBuild to 15.3.0-* ( #169 )
...
- Matches version shipping with Visual Studio 15.3
2017-07-11 17:44:41 -07:00
Ryan Brandenburg
cabc1b885a
Skip first time experience on Appveyor
2017-07-10 15:25:10 -07:00
Pranav K
1ac14ddc7d
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:58:00 -07:00
Pranav K
8d246aab37
Updating KoreBuild branch
2017-07-10 11:57:59 -07:00
Pranav K
116a424ac5
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:45:02 -07:00
Pranav K
0cb04e7a92
Branching for 2.0.0 rtm
2017-07-10 11:45:02 -07:00
Hao Kung
55d7cd2286
React to defaults
2017-07-07 14:00:32 -07:00
Ryan Brandenburg
dc45279082
Remove NETStandard.Library.NETFramework
2017-07-07 11:08:24 -07:00
Pranav K
16fc424f9e
Update version suffix for 2.0.0 RTM release
2017-07-06 15:08:39 -07:00
Pranav K
73b5e2fd70
Don't invoke GetDotNetHost task from desktop msbuild. ( #163 )
...
* Don't invoke GetDotNetHost task from desktop msbuild.
Fixes https://github.com/aspnet/MvcPrecompilation/issues/161
2017-07-06 15:03:38 -07:00
Ryan Brandenburg
36bdecf56f
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:42:44 -07:00
Nate McMaster
a19a422cb1
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:38:42 -07:00
Pranav K
922c120762
React to https://github.com/aspnet/Mvc/issues/6009
2017-07-05 15:35:11 -07:00
Pranav K
4694014a2e
Update LICENSE.txt text
2017-07-03 14:07:18 -07:00
Hao Kung
2a57171ea8
Use new auth API
2017-07-03 11:54:17 -07:00
Nate McMaster
1f02768ddd
Remove dependency on Microsoft.NETCore.App from the generated nuspec ( #160 )
2017-07-03 09:22:10 -07:00