Krzysztof Wicher
6973d15d4a
change visibility to internal
2017-01-03 16:51:15 -08:00
Livar
84730e31a6
Merge pull request #5193 from livarcocc/update_sdk
...
Updating the SDK version in the CLI.
2017-01-03 15:58:27 -08:00
Justin Goshi
281eca2f8c
Disable tests that fail sporadically ( #5192 )
2017-01-03 11:06:51 -10:00
Livar Cunha
46e06962ba
Updating the SDK version in the CLI.
2017-01-03 12:45:01 -08:00
Justin Goshi
19b4bad315
Add/remove projects also updates build configurations ( #5134 )
...
* Add/remove projects also updates build configurations
* Fix the algorithm for adding/removing build configurations
* Address PR comments
2017-01-03 07:18:45 -10:00
Harsh Jain
d28721483a
updated logic to consider everything after -- as runsettings.
2017-01-03 19:36:28 +05:30
Harsh Jain
473d3cca37
Merge branch 'rel/1.0.0' into clirunsettings
2017-01-02 19:54:31 +05:30
Livar
06d33f01ce
Merge pull request #5178 from livarcocc/update_tools_msbuild3
...
Updating the migrated tools version to 1.0.0-msbuild3-final.
2016-12-30 13:16:29 -08:00
Harsh Jain
19d919a640
Added method GetSemiColonEscapedArgs
2016-12-30 15:47:15 +05:30
Harsh Jain
245727183c
Handling both mstest args and runsettings options after --
2016-12-30 15:34:00 +05:30
Harsh Jain
8d86e14d44
Added support for passing runsettings options through command line after --
2016-12-30 11:27:37 +05:30
Krzysztof Wicher
b813695fc0
remove cross project cs dependencies from dotnet-cli-build.csproj
2016-12-29 16:14:49 -08:00
Krzysztof Wicher
746d92337a
fix build errors and remove cross project cs dependency in update-dependencies.csproj
2016-12-29 15:57:18 -08:00
Krzysztof Wicher
941575d188
Remove cross project compile include on DotnetFiles.cs
2016-12-29 14:34:24 -08:00
Justin Goshi
10f52d9a15
Improve error messages for why a solution failed to load ( #5176 )
...
* WIP Improve sln reader/writer error messages
* Added more tests
* Fix a few tests
2016-12-29 09:21:55 -10:00
Krzysztof Wicher
961905a301
Merge pull request #5158 from krwq/i5070
...
Fix #5071 : Eliminate some cross project dependencies in tests and fix local builds on windows
2016-12-28 23:26:51 -08:00
Livar Cunha
24b5e00d14
Updating the expected versions in the tests for the test sdk and the test adapter and framework.
2016-12-28 23:13:02 -08:00
Livar Cunha
1f3356b330
Copying the nuget.config template for the publish web app test, so that the new tools packages can be resolved.
2016-12-28 22:03:18 -08:00
Livar Cunha
fa675cb5e5
Updating the migrated tools version to 1.0.0-msbuild3-final.
2016-12-28 21:26:31 -08:00
Livar
a1a30e35a1
Merge pull request #5174 from livarcocc/no_transitive_dependency_migration
...
Stopped doing hoisting of transitive project dependencies and references
2016-12-28 20:24:12 -08:00
Justin Goshi
38bcc787fa
Skip uploading archive if it already exists ( #5170 )
...
* Skip uploading archive if it already exists
* Adding a comment explaining the change
2016-12-28 13:05:24 -10:00
Krzysztof Wicher
efe1b7b143
fix local build and ci build failures
2016-12-28 14:50:34 -08:00
Livar Cunha
ad88058266
Stopped doing hoisting of transitive project dependencies and references. We also don't validate if a dependency exist, since migration strictly speaking does not need it. We move the project.json and the csproj will fail to build just like the project.json would.
2016-12-28 14:48:38 -08:00
Livar
adbae71783
Merge pull request #5169 from Thealexbarney/readme-link-fix
...
Fix broken link in README.md
2016-12-28 14:14:35 -08:00
Livar
a2d752fd2c
Merge pull request #5164 from livarcocc/update_xlf_once_again
...
Updating xlf files once again
2016-12-28 13:46:56 -08:00
Alex Barney
04c2ce77f6
Fix broken link in README.md
2016-12-28 14:25:26 -06:00
Justin Goshi
35f2192f3b
Improve Sln reader/writer tests ( #5157 )
...
* WIP improve sln reader/writer tests
* Complete the tests
2016-12-28 09:40:49 -10:00
Satya Madala
05df71825d
Testplatform release 15.0.0-preview-20161227-02 ( #5055 )
...
* Update testplatform packages version
* Refer TestPlatform version from DependencyVersions.props
* Updating the packages with respect to Testplatform release 15.0.0-preview-20161227-02
* Add dit.props to test assets projects
2016-12-28 10:17:33 -08:00
Livar Cunha
a37befab2f
Updating xlf files to incorporate the runtime option in restore and localization for dotnet add package
2016-12-28 02:53:54 -08:00
Justin Goshi
af31b4fac4
Archive upload path needs to be changed ( #5159 )
2016-12-27 13:25:51 -10:00
Krzysztof Wicher
e9dc08eafa
make localizablestrings internal again
2016-12-27 14:53:45 -08:00
Krzysztof Wicher
88e7f0f593
remove cross project reference from dotnet-remove-p2p (and fix local failures)
2016-12-27 14:53:45 -08:00
Krzysztof Wicher
35bc8e1cc1
remove cross project reference from dotnet-add-p2p tests
2016-12-27 14:53:44 -08:00
Krzysztof Wicher
5095981ec3
fix line endings related errors in dotnet-add-p2p tests
2016-12-27 14:53:44 -08:00
Livar
4d45444266
Merge pull request #5142 from v-mdriml/localization
...
Loc HB XLF files 2016-12-23
2016-12-27 14:07:02 -08:00
Justin Goshi
b72d625168
Include ASP packages in offline cache ( #5124 )
...
* Archive asp.net package references
* Archive asp.net package references
* Change the hash input so it's the same on all platforms
* Address PR comments
2016-12-27 11:28:24 -10:00
Livar
47fb245258
Merge pull request #5122 from mishra14/dev-anmishr-dotnetaddpackage
...
Adding dotnet add package sub command
2016-12-27 11:26:04 -08:00
Livar
3a90af1546
Merge pull request #5079 from Thealexbarney/restore-rid
...
Add Runtime Identifier option to dotnet-restore
2016-12-27 09:27:36 -08:00
v-mdriml
5580b40181
Loc HB XLF files
2016-12-23 17:16:52 +01:00
Ankit Mishra
ac988a4ac9
Fixing on PR comments
2016-12-22 15:29:29 -08:00
Ankit Mishra
2738ea8a5a
Merge branch 'rel/1.0.0' into dev-anmishr-dotnetaddpackage
2016-12-21 18:08:21 -08:00
Livar
b4ef34bc38
Merge pull request #5104 from livarcocc/update_sdks
...
Updating the projects files in the repo to use the SDK attribute.
2016-12-21 15:34:33 -08:00
Livar Cunha
64360cb08b
Commenting out building solution step in migrate tests because we have an issue in the SDK for it.
2016-12-21 14:06:06 -08:00
Livar Cunha
dedc782e1a
Bumping the version of the SDK that ships in the CLI.
2016-12-21 13:08:31 -08:00
Jon Sequeira
3b0a2f5d20
Merge pull request #5106 from jonsequitur/make-migration-backup-folder-peer-of-project
...
make migration backup folder a sibling of the project root
2016-12-21 12:12:11 -08:00
Ankit Mishra
303a267a01
Clean up before PR
2016-12-21 11:44:45 -08:00
Ankit Mishra
0f6e4e3f10
FIxing argument adding
2016-12-20 19:48:52 -08:00
Ankit Mishra
3a5b89c242
Add package sub command
2016-12-20 18:52:33 -08:00
Krzysztof Wicher
a65d857f73
Merge pull request #5102 from krwq/i1494tools
...
fix tools when restoring with --packages
2016-12-20 18:20:25 -08:00
jonsequitur
a145c7ae81
fix path length problem in test
2016-12-20 18:17:36 -08:00