Nate McMaster
0b31128381
Bump version to 2.0.4
2018-04-17 14:15:26 -07:00
Nate McMaster
aa8c8d6064
Fixup precompilation tests failures introduced by adding Directory.Build.props
2018-01-19 12:15:59 -08:00
Nate McMaster
ff55ddbd92
Update build tools and dependency versions
2018-01-18 16:42:54 -08:00
Nate McMaster
46d5f4e3d0
Bump version to 2.0.3
2018-01-10 14:57:42 -08:00
Nate McMaster
f510e70340
Bump version to 2.0.2
2017-12-06 16:22:12 -08:00
Nate McMaster
bc58d8495a
Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105
2017-10-13 13:12:19 -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
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
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