Andrew Arnott
ae2c05a805
Fix analyzer paths
2015-06-06 19:07:52 -07:00
Andrew Arnott
7afdc0e848
Fix package dependencies
2015-06-06 18:58:35 -07:00
Andrew Arnott
a1e613c35e
Update StyleCop analyzer to work with Roslyn RTM compiler
2015-06-06 18:25:10 -07:00
Andrew Arnott
827f3be855
Update CoreXT package source to DevDiv recommendation
2015-06-06 12:01:45 -07:00
Andrew Arnott
76968d77bd
Remove content of locmanifest file
...
MicroBuild takes care of this.
2015-06-05 23:37:33 -07:00
Andrew Arnott
8c8f232066
Merge branch 'release/Dev14RTM'
2015-06-05 14:57:10 -07:00
Andrew Arnott
b4b88553f5
Replace dependency on VS.Tools.Derazzle and family of packages with the new MicroBuild package.
...
This eliminates the need to download 1.22GB (2,991 files) as part of NuGet package restore and replaces it with just 6.6MB (40 files)!
It also makes managing our packages easier and implements the pattern that others can readily replicate for their own MicroBuild repos.
2015-06-05 14:55:46 -07:00
Andrew Arnott
3f8075c745
Fix Ungac to find RunMeElevated in new package
2015-06-05 08:09:33 -07:00
Andrew Arnott
f048905ed7
Merge commit '468bbb9bbf872ee' into Un-DeRazzle
2015-06-05 08:07:53 -07:00
Andrew Arnott
d8c27598fc
Get latest MicroBuild packages and suppress xml doc file for tests
2015-06-03 11:53:24 -07:00
Andrew Arnott
91dbdbc81b
Hopefully fix signing this time
2015-06-03 09:12:12 -07:00
Andrew Arnott
db2127874c
Avoid build break in signing NuProj projects
2015-06-03 08:44:54 -07:00
Andrew Arnott
d010e859f8
Fix XAML-based MicroBuilds for NuProj
2015-06-03 07:27:32 -07:00
Andrew Arnott
5aa3138ec5
Fix build of portable projects
...
These regressed after merging Un-DeRazzle
2015-06-03 01:10:37 -07:00
Andrew Arnott
90edf02973
Merge Un-DeRazzle into portable
2015-06-03 00:04:17 -07:00
Andrew Arnott
7609abe0a6
Merge pull request 34100 from Un-DeRazzle into master
2015-06-02 16:23:59 +00:00
Andrew Arnott
87f3ec9a28
Fix build break in insertion.proj
2015-06-02 09:23:54 -07:00
Andrew Arnott
e61c2e8387
Revert changes to nuget.config
2015-06-02 08:41:46 -07:00
Andrew Arnott
2e1a6d6ea0
Add missing assembly attributes
2015-06-02 08:41:20 -07:00
Andrew Arnott
03dabf7dfd
Merge branch 'release/Dev14RTM'
2015-06-01 20:59:01 -07:00
Andrew Arnott
98207b1a47
Update to latest MicroBuild package
2015-06-01 08:28:43 -07:00
Andrew Arnott
7544f75f78
Fix xml doc inclusion in CoreXT packages
2015-06-01 06:26:52 -07:00
Andrew Arnott
eda46a2acc
Update to package that correctly builds the xml doc file
2015-06-01 05:46:34 -07:00
Andrew Arnott
928bd84346
Update NuProj package to fix timing build break
...
See this pull request for some of the changes brought in by this update:
https://github.com/nuproj/nuproj/pull/120
2015-05-31 20:15:20 -07:00
Andrew Arnott
5c2b151df0
Fix CoreXT packaging
2015-05-31 09:26:07 -07:00
Andrew Arnott
6ac46147dd
Replace DeRazzle and other CoreXT packages with MicroBuild packages
2015-05-31 08:37:15 -07:00
Andrew Arnott
f314abc77c
Update OptimizationData and ref assemblies
2015-05-27 22:35:40 -07:00
Andrew Arnott
7bb8755284
Separate build output paths by target framework profile
2015-05-21 13:59:07 -07:00
Andrew Arnott
ccacc8b888
Duplicate tests to run against portable and desktop versions
...
But since the tests build to a common output directory, they result in CopyLocal stomping on one of the profile directories.
2015-05-21 13:09:56 -07:00
Andrew Arnott
468bbb9bbf
Update ungac script
2015-05-21 09:49:42 -07:00
Andrew Arnott
b92e7514af
Fix reference path to analyzer to accomodate moved packages folder
2015-05-21 09:14:13 -07:00
Andrew Arnott
eeef9a318f
Merge branch 'master' into portable
...
Conflicts:
src/Microsoft.VisualStudio.Validation.sln
2015-05-21 09:05:42 -07:00
Andrew Arnott
99d886ee76
Move NuGet packages folder out of src
...
It's preferable to have the src folder be just source. This moves the packages folder from src\packages to a top-level packages directory.
2015-05-20 10:46:06 -07:00
Andrew Arnott
e6c766ea3c
Split out localization for portable and desktop
2015-05-18 17:47:52 -07:00
Andrew Arnott
d6b065f9ab
Fix loc builds after portable change
2015-05-18 17:22:31 -07:00
Andrew Arnott
dbc0f0d588
Fix project references from VS CoreXT projects
2015-05-18 17:10:01 -07:00
Andrew Arnott
23423bd76c
Merge pull request 31660 from xunit into master
2015-05-18 23:29:24 +00:00
Andrew Arnott
db6d617f00
Add StyleCop to portable project and fix a few warnings
2015-05-18 06:55:42 -07:00
Andrew Arnott
593a3067d0
Merge branch 'master' into portable
2015-05-18 06:49:13 -07:00
Andrew Arnott
839bf9ba03
Remove trailing whitespace
2015-05-18 06:48:26 -07:00
Andrew Arnott
b280587ab3
Update xunit to 2.0.0 stable release.
2015-05-18 06:45:31 -07:00
Andrew Arnott
1d915ac3cd
Add myget.org as a package source
...
This allows us to consume forks of StyleCop.Analyzers and potentially specific versions of Roslyn if necessary.
2015-05-16 22:44:18 -07:00
Andrew Arnott
9458684c95
Update to StyleCop.Analyzers that works on post-RC Roslyn
2015-05-16 22:26:19 -07:00
Andrew Arnott
5271add196
Update to StyleCop.Analyzers.1.0.0-alpha006
2015-05-16 22:24:00 -07:00
Andrew Arnott
85f8a0d1fd
Rename directory containing desktop-targeting project
2015-05-14 22:28:37 -07:00
Andrew Arnott
6899a11d5f
Reduce code churn from prior changes
2015-05-14 22:24:58 -07:00
Andrew Arnott
9ea46664cc
Add Windows Phone 8.1 target
2015-05-14 22:17:25 -07:00
Andrew Arnott
0966753ed9
Validation NuGet package now includes portable and net45
2015-05-14 22:16:26 -07:00
Andrew Arnott
0523eb96fd
Create portable version of Validation
2015-05-14 22:09:20 -07:00
Adrian Vinca
1259db80ff
Merge remote-tracking branch 'origin/release/Dev14RC-SDK' into MergeRCSdkIntoMaster
2015-05-07 18:00:07 -07:00