Nate McMaster
ada2b17160
automated: merge branch release/2.2
2018-09-28 17:27:35 -07:00
Nate McMaster
e4ebae107c
Fix the path to SignedPackageFile items and include the VSIX .dll in code signing
2018-09-26 15:19:28 -07:00
ASP.NET CI
ecbaf35d2f
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-23 19:27:51 +00:00
ASP.NET CI
3f916e5f28
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-23 12:25:05 -07:00
Ryan Nowak
060698a52f
Update to use non-capturing timer
2018-09-17 11:08:06 -07:00
ASP.NET CI
b20921741c
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-16 19:26:41 +00:00
ASP.NET CI
2bf00ff9a6
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-16 12:24:47 -07:00
ASP.NET CI
3bcfa1c87a
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-09 19:27:24 +00:00
ASP.NET CI
51868b4dc0
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-09 12:26:19 -07:00
ASP.NET CI
3a8eab1bb6
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-05 23:57:54 +00:00
ASP.NET CI
d9516f1f83
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-02 19:25:20 +00:00
ASP.NET CI
d1f2b5cfc4
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-02 12:23:46 -07:00
ASP.NET CI
02bc4604a5
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-26 19:26:05 +00:00
ASP.NET CI
aac85ceb4f
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-19 19:26:22 +00:00
Ajay Bhargav Baaskaran
e848bb37a3
Update VSIX build langversion to 7.2 ( #2541 )
2018-08-15 17:27:26 -07:00
ASP.NET CI
7450a3a0fb
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-12 20:11:44 +00:00
ASP.NET CI
4b0a750692
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-12 19:26:09 +00:00
N. Taylor Mullen
aec88e3eba
Change Razor directive completions to use new completions API.
...
- Kept the same behavior as we previously had with Razor directive completions.
- Attempted adding additional functionalities such as lighting up Razor directive completion when completion was invoked on top of Razor directives (non-C#) but ran into issues involving the core HTML editor not consuming the new completion APIs yet. That's something we'll have to re-visit once they move to the new completion APIs.
- Added tests to validate all aspects of new completion APIs.
- Made completion provider turn on and off based off of feature flag.
#1743
#1813
2018-08-10 11:37:47 -07:00
ASP.NET CI
c7337c2d65
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:48:01 +00:00
ASP.NET CI
cc4fbfe2d9
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-05 20:02:00 +00:00
ASP.NET CI
f8cadf93d1
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-05 19:24:19 +00:00
ASP.NET CI
9e73caa4ad
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-29 20:07:24 +00:00
ASP.NET CI
fa02d34590
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-29 12:23:23 -07:00
ASP.NET CI
52304f76a9
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 13:11:16 -07:00
ASP.NET CI
8502dd1ebe
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 12:23:58 -07:00
ASP.NET CI
a06c2b243f
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 20:09:12 +00:00
ASP.NET CI
cb92169860
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 12:24:46 -07:00
ASP.NET CI
61aeae1023
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 20:06:52 +00:00
ASP.NET CI
bbddd29ab8
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:25:33 -07:00
ASP.NET CI
d4c652a7d5
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-03 16:24:43 +00:00
Nate McMaster
0d7e716e6d
Update infrastructure for the 2.2 release
2018-06-28 16:21:25 -07:00
ASP.NET CI
31a54fea1b
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-25 11:26:33 -07:00
N. Taylor Mullen
bcd292620a
Update dependencies.props and korebuild.
2018-06-20 11:39:46 -07:00
ASP.NET CI
74c12b22d6
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-07 19:44:53 +00:00
N. Taylor Mullen
84a1aa4160
Update windows image to one that has VSIX compatible workloads.
2018-06-05 17:04:53 -07:00
Pranav K
754d7ba64e
Pass versions using MSBuild template instead of importing dependencies.props
2018-06-05 11:33:46 -07:00
ASP.NET CI
41324bd37a
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-03 19:25:30 +00:00
Ryan Brandenburg
28a859605f
Override MicrosoftNETCoreApp22PackageVersion
2018-05-29 09:35:55 -07:00
ASP.NET CI
35a34a81fc
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-27 19:26:14 +00:00
Ryan Brandenburg
a42f9d28be
Don't police netcoreapp version
2018-05-24 12:20:58 -07:00
Ryan Brandenburg
de9c5b3909
netcoreapp22 status
2018-05-22 16:41:31 -07:00
N. Taylor Mullen
592f5669db
Revert "Fix local VSIX creation."
...
This reverts commit 1ff2e7022f .
2018-05-21 17:20:48 -07:00
N. Taylor Mullen
1ff2e7022f
Fix local VSIX creation.
2018-05-21 12:58:22 -07:00
N. Taylor Mullen
59baad17da
Merge branch 'rel/vs15.8' into dev
2018-05-21 10:48:16 -07:00
ASP.NET CI
53eedb2e34
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-20 19:43:37 +00:00
N. Taylor Mullen
e8c8396298
Upgrade to VS 15.8 Preview 2 version of Roslyn.
2018-05-16 15:50:54 -07:00
N. Taylor Mullen
8d4363b515
Update VSIX publishing to be consistent with non-VSIX publishing
...
- Prior to this change PDBs published by our build system wouldn't match up because the assembly identity would look different.
2018-05-16 15:50:44 -07:00
N. Taylor Mullen
63af9221dc
Update korebuild and VSIX generation settings to support 15.8 VS.
...
- Prior to this if a 15.8 VS was installed the VSIX creation target would fail due to a bug in the CLI we're currently pinned to (already fixed, we just haven't pulled it). The fix was removing the parallelism flags to msbuild to allow it to run unrestricted in regards to processor utilization.
- Changed the VS restrictions to ensure we don't use unsupported 15.9 bits that have breaking changes in their MSBuild bits (this has proven to be troublesome in the past).
2018-05-15 11:51:00 -07:00
ASP.NET CI
ccec11c19d
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-13 14:20:13 -07:00
Pranav K
0f2b315fe4
Fixup Razor Sdk tests to work on netcoreapp2.2
2018-05-08 15:22:54 -07:00