Commit Graph

200 Commits

Author SHA1 Message Date
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 b00c9b4e05 Pinning versions for 2.0.0 2017-08-17 15:00:51 -07:00
Ryan Brandenburg e888beb48c Update MSBuild version 2017-07-21 14:56:49 -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 40e149db30 Raise MSBuild version 2017-07-18 13:59:55 -07:00
Ryan Brandenburg b4764b89ed Update MSBuild version 2017-07-12 20:29:23 -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
Pranav K 8d246aab37 Updating KoreBuild branch 2017-07-10 11:57:59 -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
Pranav K edfe5399c3 Add some details about view compilation options (#156)
* Add some details about view compilation options
2017-06-30 15:18:09 -07:00
Pranav K b625ffcad6 Remove SimpleAppDesktopOnly 2017-06-30 15:14:26 -07:00
Pranav K d801bdc271 Reacting to https://github.com/aspnet/Mvc/issues/6462 2017-06-30 15:00:39 -07:00
Pranav K 81fa36f029 Add a test that always publishes in Debug
Fixes #99

Also move some tests over to reduce unnecessary deployment
2017-06-27 15:37:19 -07:00
Nate McMaster fcabcb2385 Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:40:12 -07:00
Pranav K cd91ab986c Cleanup tests to perform fewer deployments (#154)
* Cleanup tests to perform fewer deployments
2017-06-22 13:12:24 -07:00
Pranav K 8d095d3af6 Unwrap inner exceptions for AggregateExceptions 2017-06-20 21:39:35 -07:00
Pranav K 5834660081 Fix issues with adding desktop reference.
* Add the reference only if precompilation is enabled.
* Make the reference Private. We don't want it to be copied locally to the output
2017-06-20 21:39:35 -07:00
Pranav K 9b89aca3c3 Use IsPackable instead of ExcludeFromPack 2017-06-20 13:47:40 -07:00
Pranav K e0e74462ba Fix warnings in tests from adding assembly references that don't exist 2017-06-20 10:59:35 -07:00
Pranav K fe4cc976b9 Use MuxerPath to determine location to dotnet.exe
Fixes $50
2017-06-20 10:59:35 -07:00
N. Taylor Mullen e300cf175a Remove docs exclusion from NuGetPackageVerifier.json. 2017-06-20 10:43:41 -07:00
N. Taylor Mullen a178f10dc6 Upate NuGetPackageVerifier.json BUILD_ITEMS_FRAMEWORK reason. 2017-06-20 10:22:50 -07:00
Pranav K 3cc8a09bcb Don't attemmpt to build win7 binaries on xplat
Cherry-pick commit that was missed in rebase
2017-06-19 15:03:50 -07:00
Pranav K 942c677563 Move binaries in to the build folder 2017-06-19 14:03:20 -07:00
Pranav K 900f38b0c2 Copy precompiled pdb to publish directory
Fixes #98
2017-06-19 12:27:21 -07:00
Pranav K ebf207cea4 Avoid running the precompilation tool as part of building ClassLibraryWithPrecompiledViews
Fixes #117
2017-06-19 12:04:30 -07:00
Pranav K 06db90cbfa Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-15 10:39:58 -07:00
N. Taylor Mullen 4b1f5f24da Add netcoreapp2.0 runtime targets.
- By default the netcoreapp2.0 runtime targets wil not be chosen. This is intended to ensure runtime targets do not fallback to net461 when targeting netcoreapp2.0.

#142
2017-06-14 09:56:26 -07:00
Pranav K 9121754d5b Remove use of CompiledViewManfiest 2017-06-09 10:41:55 -07:00
Mikael Mengistu b171431f5d Fix Downgrade to NETStandard.Library 1.6.1 Warnings 2017-06-08 18:04:40 -07:00
Nate McMaster c821301b39 React to Razor changing target frameworks 2017-06-08 16:14:17 -07:00
Pranav K 60d47561b9 Remove manifest generation 2017-06-08 16:13:22 -07:00
Mikael Mengistu 1d95b577c6 travis + appveyor 2017-06-08 14:23:20 -07:00
Mikael Mengistu 49206c14f0 Sort 2017-06-07 16:20:11 -07:00
Mikael Mengistu 7fbca28188 Fix downgrade warning 2017-06-07 16:17:16 -07:00
N. Taylor Mullen 911b8e0571 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 17:16:30 -07:00
Nate McMaster 0362488242 Lift sample test app to .NET Standard 2.0 2017-06-06 16:10:40 -07:00
N. Taylor Mullen 289a87f7c8 Manually construct the precompilation nupkg.
- We needed to manually construct the precompilation nupkg in order for the tool to work in 32 and 64 bitness OS'.
2017-06-06 15:55:50 -07:00