Livar Cunha
7802b957d3
Adding a second workaround for the build failure. Same fix as the other one though.
2017-01-18 10:17:37 -08:00
Livar Cunha
b020b6f6b1
Adding a workaround for the build failure.
2017-01-17 16:26:20 -08:00
Rohit Agrawal (NUGET)
337d579949
update nuget and sdk to run a trial build
2017-01-17 11:08:17 -08:00
Piotr Puszkiewicz
61b7841087
bump core sdk to 1.0.0-alpha-20170117-1 ( #5358 )
2017-01-16 20:02:02 -08:00
Mike Lorbetske
03de88f24b
Update dotnet new templates with beta5 xunit ( #5339 )
...
* Pull latest template engine version
* Bump xunit version and take corresponding template engine
* Rollback template engine version bump
2017-01-16 19:31:33 -08:00
Livar
9095743ff7
Merge pull request #5356 from piotrpMSFT/piotrpMSFT/issues/5345
...
Fixes #5345
2017-01-16 17:12:46 -08:00
Livar
557999a5bd
Merge pull request #5352 from livarcocc/skip_project_references
...
Skipping project dependencies check when the skip-project-references flag is passed
2017-01-16 16:20:39 -08:00
Piotr Puszkiewicz
82dcdada50
Fixes #5345
2017-01-16 16:13:58 -08:00
Livar
18d7007202
Merge pull request #5348 from livarcocc/update_xunit
...
Updating the versions of xunit 2.2.0-beta5-build3474 and xunit runner to 2.2.0-beta5-build1225.
2017-01-16 15:59:35 -08:00
Livar Cunha
e1f355065d
Moving the project dependencies construction to after we check for the skip project reference check, so that we really don't look for P2P projects when the flag is passed.
2017-01-16 15:16:31 -08:00
Livar Cunha
b8da3b9a87
Updating the versions of xunit 2.2.0-beta5-build3474 and xunit runner to 2.2.0-beta5-build1225.
2017-01-16 13:08:40 -08:00
Piotr Puszkiewicz
b312fbb176
Bump SDK to 20170114-3 ( #5324 )
...
* Bump SDK to 20170114-3
* bump to 20170115-2
2017-01-14 19:52:02 -08:00
Rainer Sigwald
7bc1bd4e7d
Update msbuild to 15.1.0-preview-000523-01 ( #5323 )
2017-01-14 13:55:08 -08:00
Piotr Puszkiewicz
db2282a055
Update Microsoft.DotNet.Cli.DependencyVersions.props ( #5322 )
2017-01-13 23:53:08 -08:00
Piotr Puszkiewicz
20fa03e37f
Bump SDK to 1.0.0-alpha-20170113-2 ( #5313 )
...
* Bump SDK to 1.0.0-alpha-20170113-2
* Updating the Web.SDK to 1.0.0-alpha-20170113-2-221
* Updating the web SDK to 1.0.0-alpha-20170114-1-223
2017-01-13 22:10:56 -08:00
Livar
c868faf034
Merge pull request #5302 from livarcocc/fix_migration_dropping_dependencies
...
Fixing an issue where packages with a filter but no match were being dropped
2017-01-12 20:06:52 -08:00
Livar Cunha
18a3dd60b5
Fixing an issue where packages with a filter but no match were not being migrated as is, instead they were being dropped.
2017-01-12 18:23:35 -08:00
Livar
a9c5f4e90a
Merge pull request #5293 from dotnet/dev/jgoshi/issue5253
...
Migration: do not inject built in compile includes that the SDK does
2017-01-12 15:00:03 -08:00
Livar
417b208f43
Merge pull request #5286 from dotnet/prkrishn/migrate-viewcompilation
...
Add support for migrating Microsoft.AspNetCore.Mvc.ViewCompilation
2017-01-12 14:59:27 -08:00
Pranav K
80c435e6a1
Add support for migrating Microsoft.AspNetCore.Mvc.ViewCompilation
2017-01-12 13:49:28 -08:00
Livar
c9216f93ef
Merge pull request #5288 from livarcocc/migrate_1_1_0_asp_dependencies
...
Migrate 1.1.0 asp dependencies and move dependencies to LTS
2017-01-12 13:16:18 -08:00
Piotr Puszkiewicz
97d4c8b24f
Merge branch 'rel/1.0.0-rc3' into dev/jgoshi/issue5253
2017-01-12 11:47:46 -08:00
Livar Cunha
deb50a3cc7
Switching to using a csv as the source of our lts packages. Also, this is a more comprehensive list.
2017-01-12 11:38:05 -08:00
Livar Cunha
12abcf7208
Adding a few more packages that were not in the manifest and moving some tests around.
2017-01-12 11:38:05 -08:00
Livar Cunha
a0aa8150de
Migrating packages to LTS (1.0.3) versions if they have a smaller version than the LTS one.
2017-01-12 11:38:05 -08:00
Livar Cunha
89fba856e8
Adding ranges to the source mappings so that we can specify the origin should match this range and migrate to that version. We use this to handle LTS/FTS migration and will use that for the LTS uplift.
2017-01-12 11:38:05 -08:00
Justin Goshi
71da7f6a45
Migration: do not inject built in compile includes that the SDK does
2017-01-12 11:22:41 -08:00
Piotr Puszkiewicz
4319668111
Merge pull request #5291 from piotrpMSFT/piotrpMSFT/issues/5283-UpdateMsbuild
...
Update msbuild to 15.1.0-preview-000522-02
2017-01-12 01:29:34 -08:00
Piotr Puszkiewicz
7608f2d288
Update msbuild to 15.1.0-preview-000522-02
2017-01-11 23:58:51 -08:00
Livar
e734d5c15c
Merge pull request #5270 from livarcocc/fix_lzma
...
Cherry pick the lzma fix from rel/1.0.0 into rel/1.0.0-rc3
2017-01-11 19:18:15 -08:00
Justin Goshi
03be0e56d4
Migration: Do not add RIDs for Library projects ( #5279 )
...
* WIP
* Do not add runtime identifiers for libraries
* Reusing an existing test project
* Fix up tests
2017-01-11 17:05:12 -08:00
Livar Cunha
420a6e9a66
Use a separate env variable to control uploading the lzma archive. We only want OSX to publish the archive, because turns out that windows published archives are not used by unix based oses.
2017-01-11 14:45:25 -08:00
Eric Erhardt
408b36f509
Fix the download of the LZMA archive on dev machines and in Jenkins CI.
2017-01-11 14:45:24 -08:00
Piotr Puszkiewicz
0bd6303f47
Restore debian test before running it ( #5272 )
2017-01-11 10:53:26 -08:00
Livar
4b82852d56
Updating the version of msbuild to 15.1.0-preview-000516-03 ( #5266 )
...
* Updating the version of msbuild to 15.1.0-preview-000516-03
* Remove test that assumes props/targets imports
The test ItAddsRefBetweenImports validated that the MSBuild XML model contained new project references between the props and targets imports. While useful be fore the SDK attribute, the test no longer adds value since the SDK is added implicitly, guaranteeing it wraps the remaining project contents.
* Move MSBuild to 15.1.0-preview-000509-03
This is the last msbuild version prior to the change of MSBuild's dependencies to include .NET 1.1 components.
* Move MSBuild invocations to use dirs.props/dirs.tasks
* Put back the test targets. We'll unify later.
* Remove dirs.props props from templates msbuild invocation
2017-01-11 01:49:22 -08:00
Mike Lorbetske
ad6fab0a15
Synchronize templates with new3, add global.json ( #5244 )
...
* Synchronize templates with new3, add global.json
* Add runtimeconfig.template.json for web
Removes global.json write during template creation
* Remove global.json check from the test
* making templates the same as new3 templates
* Fix broken PrivateAssets, content update
Sets OutputType as appropriate
Alphabetizes package references
* Rollback browserlink version to 1.0.0
* Downgrade 1.1.0 of browserlink to 1.0.0 as well
* Add newline to the end of the console project
2017-01-10 22:58:30 -08:00
Livar
8f3e00f620
Merge pull request #5260 from dotnet/updatenugetrc3
...
update nuget rc3 dependencies and update sdk
2017-01-10 18:17:09 -08:00
Rohit Agrawal
00425c3d34
Update Microsoft.DotNet.Cli.DependencyVersions.props
2017-01-10 16:46:32 -08:00
Livar
16e87076a6
Merge branch 'rel/1.0.0-rc3' into updatenugetrc3
2017-01-10 16:08:49 -08:00
Livar
839810a390
Merge pull request #5250 from livarcocc/update_brand_to_rc3
...
Updating the branding of the CLI to 1.0.0-rc3
2017-01-10 15:36:22 -08:00
Livar Cunha
daba5cf499
Updating additional values of branchinfo.txt.
2017-01-10 14:16:15 -08:00
Livar Cunha
8a6faa2dca
Fixing windows test.
2017-01-10 14:12:04 -08:00
Rohit Agrawal (NUGET)
3ecdc62089
update nuget rc3 dependencies and update sdk
2017-01-10 11:24:27 -08:00
Livar Cunha
e795e12a16
Addressing code review comments.
2017-01-10 10:47:10 -08:00
Livar Cunha
e71c58c156
Fixing nuget API calls and fixing the nuget test package directory creation, so that nuget can restore using it.
2017-01-10 10:43:05 -08:00
Livar Cunha
c691f6d7fe
Fixing the test packages preparation. First, allows it to run independently. Second, it actually points to packages produced by the repo.
2017-01-09 16:49:57 -08:00
Livar Cunha
3220b14248
Updating the branding of the CLI to 1.0.0-rc3
2017-01-09 13:59:03 -08:00
Nick Guerrera
006fd49e5c
Merge pull request #5246 from nguerrera/xlf-update
...
Update xlf files
2017-01-09 10:03:46 -08:00
Nick Guerrera
ea2908504c
Update xlf files
2017-01-09 08:58:13 -08:00
Livar
87e9815a25
Merge pull request #5234 from harshjain2/tpv2update
...
Updated version of Test Platform
2017-01-07 14:44:01 -08:00