v-masche
3b8567248a
Extract localizable strings from dotnet-build
2016-11-15 17:12:26 -08:00
Justin Goshi
51562109ea
Migrate test packages ( #4720 )
...
* Migrate TestPackages
* Add check for desktop available
* Revert previous change
* WIP try something for non-Windows
* Another attempt to pack properly on non-windows
* Another attempt to fix pack errors
* Remove spaces
* Another attempt to make pack work cross-platform
2016-11-15 12:12:28 -10:00
Krzysztof Wicher
7a3bc96f75
Fix 4508: CLI verbs that call into msbuild should control their output ( #4719 )
...
* Fix 4508: CLI verbs that call into msbuild should control their output
* fix failing tests + tiny bufix in dotnet test
2016-11-15 11:56:39 -08:00
Krzysztof Wicher
43df9a170d
Fix 4655: Migrate errors are not getting put in formatted output ( #4718 )
...
* Fix 4655: Migrate errors are not getting put in formatted output
* Move test asset to NonRestoredTestProjects
* use group test asset manager: NonRestoredTestProjects
2016-11-15 09:39:58 -08:00
Piotr Puszkiewicz
bf425a6f0a
Removing dotnet-test-mstest when migrating because that package is no longer needed. ( #4690 )
2016-11-14 14:59:59 -08:00
Krzysztof Wicher
9212605e89
binding redirects tests: Simplify and get ready for enabling ( #4692 )
...
* binding redirects tests: Simplify and get ready for enabling
* fix targets broken during cleanup
* fix non-windows build
* apply pr feedback: remove some not needed code
* remigrate BindingRedirects samples, add x64 to bind redir proj
2016-11-14 14:26:03 -08:00
Justin Goshi
6d57ca7e14
Migrating all test projects ( #4668 )
...
* WIP migrate tests
* WIP fixing more tests
* WIP fix test build break
* Test results files are now trx
* Get CI to pass until we get an xunit xml logger
* Added DotNetTestPJ since that was needed for one test
* Fix build break
* Forgot to add DotNetTestPJ as a build task
* Need to restore project.json for the project used in ubuntu test
* Restore PJ for ubuntu test
* Switch the Ubuntu test to csproj based
2016-11-11 21:46:29 -10:00
Falco
b2a83e0072
check for free disk space upfront ( #4647 )
...
* check for free disk space upfront
* driveletter now derives from $InstallRoot
* whitespace corrected
* one space added
2016-11-11 17:54:46 -08:00
Livar Cunha
df755b5554
Removing dotnet-test-mstest when migrating because that package is no longer needed.
2016-11-11 10:52:33 -08:00
Livar
43dfa6b8ba
Updating script migration to use the correct BeforeTargets. ( #4680 )
2016-11-10 18:24:35 -08:00
Piotr Puszkiewicz
b354e1a3c6
Eliminate imports from CLI, where possible ( #4673 )
...
* Remove imports from dotnet.dll
* Add back dotnet5.4 to dotnet.dll due to AppInsights
* dotnet-cli-build.csproj: OData
redist.csproj: AppInsights
2016-11-10 10:19:37 -08:00
Livar
25ee09a29b
I had a wrong condition before, where I forgot to reference a variable. Fixing that here. ( #4665 )
2016-11-09 16:44:35 -08:00
Livar
5f3885cff4
Merge pull request #4656 from livarcocc/improve_lzma_build
...
Changing the lzma generation
2016-11-09 11:38:59 -08:00
Livar
9869b82412
Merge pull request #4662 from livarcocc/remove_dotnet_test_xunit_migration
...
Removing dotnet-test-xunit when migration from project.json to csproj
2016-11-09 11:11:17 -08:00
Livar Cunha
de0ca4823f
Fixing how we clean the file when it fails to download. We were doing it inside the using statement, so it still had a lock to the file and failed to delete it.
2016-11-09 10:05:05 -08:00
Livar Cunha
7f549314ff
Removing dotnet-test-xunit when migration from project.json to csproj, as that package is no longer needed.
2016-11-09 09:52:52 -08:00
Matt Galbraith
9855dc0088
Increase HttpClient Timeout in bootstrap script ( #4659 )
...
* Increase HttpClient Timeout in bootstrap script
* Update dotnet-install.ps1
Fix comment
2016-11-08 23:23:46 -08:00
Piotr Puszkiewicz
b918b2a6b6
Invoking a command waits up to 30s for NuGet or another process ( #4657 )
...
* Invoking a command waits up to 30s for NuGet or another process
* PR Feedback
2016-11-08 23:23:13 -08:00
Livar
a700604b93
Merge pull request #4654 from 333fred/fix-help-text
...
Cleaned up dotnet migrate help text
2016-11-08 21:05:21 -08:00
Livar Cunha
087852b1b8
Changing the lzma generation to first trying to download it from blob. If that fails, generate it. And if we generate it and we are uploading things to azure, upload it as well.
2016-11-08 15:14:47 -08:00
Livar
312559ccdc
Merge pull request #4636 from Faizan2304/xunitTemplateFix
...
Update version of xunit adapter in test assets and xunit template
2016-11-08 14:42:47 -08:00
Fredric Silberberg
660417aaed
Cleaned up help text. Fixes #4653 .
2016-11-08 14:39:19 -08:00
Faizan Ahmad
c9a5c95cd6
Updated test to reflect xunit version change
2016-11-09 01:23:46 +05:30
Piotr Puszkiewicz
e938933a7e
Create ProjectJsonToCSProj.md ( #4651 )
2016-11-08 11:15:48 -08:00
Livar
7c6770f7bc
Merge pull request #4646 from livarcocc/hoist_framework_assemblies
...
Hoisting FrameworkAssemblies for desktop frameworks during migration.
2016-11-08 10:06:11 -08:00
Faizan Ahmad
cc450ed8ce
Update the version for migration project
2016-11-08 23:05:43 +05:30
Livar Cunha
92e7d8e9e9
Making M.NC.App conditional on netcoreapp1.0 framework for the test asset so that it can restore.
2016-11-07 17:41:51 -08:00
Livar Cunha
ef90667375
Hoisting FrameworkAssemblies for desktop frameworks during migration.
2016-11-07 16:16:48 -08:00
Livar
8a12994263
Merge pull request #4639 from livarcocc/change_to_preview4
...
Updating the CLI version to preview4.
2016-11-07 16:12:56 -08:00
Livar Cunha
c7841909fd
Updating the CLI versino to preview4.
2016-11-07 10:39:59 -08:00
Faizan Ahmad
91708c4d89
Updated new version of Microsoft.TestPlatform.Build
2016-11-07 18:11:43 +05:30
Faizan Ahmad
f3cffa0bf4
Update version of xunit adapter and runner
2016-11-07 14:50:08 +05:30
Livar
ccc4968bc3
Merge pull request #4622 from piotrpMSFT/bumpSdkVersion
...
Bump sdk version
2016-11-04 13:32:05 -07:00
Parallels
7edea7e23e
Fixing pack tests that were looking for the nupkg under bin/debug/TFM instead of bin/Debug. This was a change in pack that needed to be reflected in the tests.
2016-11-04 12:56:21 -07:00
Parallels
d68341b92d
Removing DocumentationFile path from migration and one test asset.
2016-11-04 11:51:43 -07:00
Piotr Puszkiewicz
cb7c9360b7
Bump mstest template
2016-11-04 10:35:54 -07:00
Piotr Puszkiewicz
24596b23ae
02->2
2016-11-04 10:30:00 -07:00
Piotr Puszkiewicz
6e5527ba4c
Final Version Numbers
2016-11-04 10:09:22 -07:00
seancpeters
d1e0d2bde3
Removed Project_Readme from CSharp_Web ( #4617 )
...
* Removed Project_Readme from CSharp_Web
Added the package fallback target to CSharp_Web
* Added the $if$ i missed when I copy-pasted.
* Removed the if-else
2016-11-03 23:03:29 -07:00
seancpeters
40c34f891a
Updating the Microsoft.Net.Sdk & Microsoft.Net.Sdk.Web versions ( #4585 )
...
* Updating the Microsoft.Net.Sdk & Microsoft.Net.Sdk.Web versions
* Fixed merge conflicts. Had to re-update the Sdk version in one place.
* re-migrate dotnet.dll
* Revert Performance Test Projects
* Fix test test
* Add missing WithRuntime
* Disable failing test test
2016-11-03 22:12:33 -07:00
Piotr Puszkiewicz
51cb0ab4d5
Remove deprecated nupkgs, pack in-place to enable signing ( #4615 )
...
* Remove deprecated nupkgs, pack in-place
* Add back target specifiers.
* fix suffix
2016-11-03 22:11:58 -07:00
Rob Relyea
f961fef8e0
update NuGet in CLI to 4.0.0.2048 ( #4614 )
...
* update NuGet in CLI to 4.0.0.2047
* update NuGet in CLI to 4.0.0.2048
2016-11-03 22:11:44 -07:00
Livar
d6eef01015
Adding a tool migration for BundleMinifier.Core to move all version of the tool to 2.2.301 during migration. ( #4613 )
2016-11-03 19:55:52 -07:00
Livar
28ba817dc1
Merge pull request #4602 from NTaylorMullen/nimullen/versionchange
...
Change ASP.NET tool version to reflect project format.
2016-11-03 18:39:55 -07:00
Livar
e1584f7dc4
Merge pull request #4608 from livarcocc/fix_archiver_build
...
Switching the archiver to be a portable app
2016-11-03 18:16:06 -07:00
Livar Cunha
336e29075f
Adding MSTest to the exclusion list of project.json because some test projects still depend on it and they are build with pj stage0.
2016-11-03 17:05:20 -07:00
Livar Cunha
a03eac7e1b
Switching the archiver to be a portable app to get around runtime specific issues with having two stage0.
2016-11-03 16:28:21 -07:00
N. Taylor Mullen
07c2e0ced0
Change ASP.NET tool version to reflect project format.
2016-11-03 11:46:43 -07:00
Livar
de5da5870f
Marking hoisted P2P projects with a FromP2P attribute. ( #4598 )
2016-11-03 10:27:51 -07:00
Livar
016a88b52a
Merge pull request #4600 from Faizan2304/bugfixes
...
Fix for issue https://github.com/Microsoft/vstest/issues/175
2016-11-03 09:15:00 -07:00