Nate McMaster (automated)
29f25cefe9
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-28 10:57:49 -07:00
Pranav K
62881a2cc4
Disable APICheck on precompilation to workaround failure
2018-03-27 16:54:27 -07:00
Pranav K
ad724f6b0a
Use x64 binaries when project's targeting AnyCPU ( #255 )
...
* Use x64 binaries when project's targeting AnyCPU
Fixes https://github.com/aspnet/MvcPrecompilation/issues/240
2018-03-27 12:27:46 -07:00
Pranav K
1338f447fa
Remove test that attempted to build a ClassLibrary using precompilation
...
Fixes #251
2018-03-26 14:09:01 -07:00
Pranav K
3e319ae2aa
React to Sdk changes
2018-03-20 14:48:27 -07:00
Ryan Brandenburg
9e7291d18d
Set 2.0 baselines
2018-03-20 13:34:12 -07:00
Pranav K
5cb31f6082
Hardcode extension .PrecompiledViews
2018-03-16 16:19:49 -07:00
Pranav K
d01b9957e2
Update KoreBuild channel
2018-03-16 12:32:39 -07:00
Pranav K
d317bd5bd3
Branching for 2.1.0-preview2
2018-03-16 11:16:13 -07:00
ASP.NET CI
68cef635b5
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-08 13:10:29 -08:00
Pranav K
1779c3f02e
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified
2018-03-06 10:05:19 -08:00
Pranav K
44427e9917
Use dotnet-core feed in repos
2018-03-06 10:05:19 -08:00
Nate McMaster
e60275ab1a
Merge branch 'release/2.1' into dev
2018-03-02 14:15:26 -08:00
ASP.NET CI
8325e36b80
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-26 11:11:58 -08:00
Pranav K
3ce839cb26
Update to latest Sdk
...
* Re-enable skipped Publish_UsesRazorSDK
* Clean up project files
Fixes #241
2018-02-23 18:34:32 -08:00
Pranav K
26f4872976
Use FeatureBranchVersionSuffix when generating VersionSuffix
2018-02-21 18:27:07 -08:00
ASP.NET CI
06506075bc
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-18 12:28:01 -08:00
Ryan Nowak
176d27af5e
Integrate the new SDK (remove workarounds)
2018-02-14 13:32:53 -08:00
Ryan Nowak
646b129a64
Update KoreBuild and deps
2018-02-14 13:32:53 -08:00
ASP.NET CI
8dfb60cbc4
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-11 12:36:11 -08:00
ASP.NET CI
74fcf5f1af
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-09 11:55:27 -08:00
ASP.NET CI
1c4e611591
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-03 02:58:16 +00:00
Nate McMaster
a40b40bc42
Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
...
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:12 -08:00
Ryan Brandenburg
9607b25d4d
Ignoring broken test
2018-01-31 11:57:10 -08:00
Ryan Brandenburg
a710688426
Include messages with Assert.True/False
2018-01-26 10:33:58 -08:00
Pranav K
daf4d0f766
Updating version to preview2
2018-01-24 15:00:28 -08:00
Pranav K
bafcc9b5ae
Merge branch 'release/2.1' into dev
2018-01-23 15:50:32 -08:00
Pranav K
812c854775
Branching for 2.1.0-preview1
2018-01-23 15:32:17 -08:00
Ryan Nowak
e64954c9c7
Undo compatibility error messages
...
We're going another way with Razor SDK interop. The Web SDK
will make a choice whether to enable MvcPrecompilation or RazorSDK, and
the Razor SDK will support all of the settings from MvcPrecompilation.
2018-01-22 15:50:31 -08:00
Ryan Nowak
24307dd301
update deps
2018-01-20 19:09:57 -08:00
Ryan Nowak
3a0fa2de36
Update to handle changes from Web SDK
...
The Web SDK is adding new properties that will make it clear whether
MvcPrecompilation or Razor SDK should be used. This change introduces
the new setting and a workaround until we can get the new SDK
integrated.
2018-01-18 19:28:11 -08:00
Ryan Nowak
d69061552f
Update deps
2018-01-18 19:28:11 -08:00
Ryan Nowak
9f5d51656a
Fix check for use of compile items
...
This check was wrong, and since it runs after properties are evaluated,
we can use the results from evaulating properties to fix it.
2018-01-18 11:29:58 -08:00
Ryan Nowak
e16134d4d2
update deps
2018-01-18 10:23:42 -08:00
Ryan Nowak
82eed8fdf9
update deps
2018-01-17 17:41:27 -08:00
Ryan Nowak
444b67b141
Update deps
2018-01-17 08:37:27 -08:00
Ryan Nowak
2c5641829f
Add support and tests for Razor SDK interop
2018-01-17 08:37:27 -08:00
Pranav K
fd481baab8
Revert "Skip tests until we can get back to cleaning up the repo"
...
This reverts commit 64cb5d065f .
2018-01-16 09:55:56 -08:00
Ryan Nowak
d686acad87
Avoid use of AssemblyQualifiedName in tests
...
The type name generated by Razor is an implementation detail and
shouldn't be used in tests outside of the Razor repo. Testing that the
assembly name is correct should be enough to validate what we need for
these tests.
2018-01-13 18:24:50 -08:00
Ryan Nowak
c3dedd9feb
update deps
2018-01-13 12:06:00 -08:00
Nate McMaster
be2249f97d
Merge branch 'release/2.0.0' into dev
2018-01-09 14:58:03 -08:00
ASP.NET CI
fd83fd399f
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-06 15:26:19 -08:00
ASP.NET CI
5bf6f2a194
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 01:53:32 +00:00
Pranav K
64cb5d065f
Skip tests until we can get back to cleaning up the repo
2018-01-02 15:45:31 -08:00
ASP.NET CI
a366dd9165
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-31 21:45:55 +00:00
ASP.NET CI
34c9d5f03b
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 17:43:24 -08:00
Artak Mkrtchyan
712f29afd1
Merge pull request #227 from aspnet/branchdecommissioning
...
Added default new issue and pull request templates for the branch
2017-12-13 14:08:24 -08:00
Artak Mkrtchyan
6a10d620e4
Updated the file content
2017-12-13 13:37:36 -08:00
Artak Mkrtchyan
978571a276
Removed the "bold" text
2017-12-13 13:37:13 -08:00
Artak Mkrtchyan
94a85a5622
Tweaked the content of ISSUE_Template file.
2017-12-13 13:36:28 -08:00