Commit graph

3652 commits

Author SHA1 Message Date
Nate Amundson
343374d7c7 Support building with custom container name
Currently, using a custom container name is supported for only some
publish steps.  This commit makes it supported for all publish steps.

This commit also ensures that the Overwrite property is specified on all
calls to the UploadToAzure task.
2016-09-22 19:02:53 -07:00
Livar
85819d562b Merge pull request #4232 from jamesqo/patch-1
Remove whitespace from dotnet-new C# library template
2016-09-22 17:57:48 -07:00
Livar
a0aa51777f Merge pull request #4233 from livarcocc/migrate_packOptions
Adding migrate PackOptions capabilities.
2016-09-22 17:57:08 -07:00
Bryan Thornbury
eb48c3f0a3 Merge pull request #4231 from wtgodbe/dotnetInstall
Port changes from core-setup's dotnet-install script to CLI
2016-09-22 17:27:37 -07:00
Nick Guerrera
421580c835 Merge pull request #4230 from nguerrera/update-msbuild
Update msbuild to latest
2016-09-22 16:53:26 -07:00
Livar Cunha
768e289f0c Adding migrate PackOptions capabilities. 2016-09-22 16:14:27 -07:00
James Ko
5397cac939 Remove whitespace from dotnet-new C# library template 2016-09-22 17:50:33 -04:00
wtgodbe
a0e023ee7a Port changes from core-setup's dotnet-install script to CLI 2016-09-22 14:15:03 -07:00
Nick Guerrera
2c0acebd3d Update S.R.Serialization.Xml ref to 4.1.1 2016-09-22 13:31:36 -07:00
Nick Guerrera
4807c8b0b0 Update msbuild to latest 2016-09-22 12:52:09 -07:00
Rohit Agrawal
bf8b588e8b add includesymbols and includesource to pack3 command as symbols package is not created by default (#4193) 2016-09-21 16:39:59 -07:00
Bryan Thornbury
c255b3ed3e Merge pull request #4216 from brthor/brthor/mappings
Project Json mapping migration support
2016-09-21 15:44:39 -07:00
Bryan Thornbury
08fbe7f9d1 remove debug 2016-09-21 14:51:31 -07:00
Bryan Thornbury
2dd99ce015 improve finding encompassed items in a configuration 2016-09-21 14:41:16 -07:00
Bryan Thornbury
b03f4c282b remove some tests 2016-09-21 13:19:01 -07:00
Bryan Thornbury
fe676e7bc6 use c# boolean syntax 2016-09-21 11:51:13 -07:00
Bryan Thornbury
dc13951871 fix PublishWithContents test 2016-09-21 11:37:43 -07:00
Bryan Thornbury
eaf245fd75 trace on config exit 2016-09-21 11:34:36 -07:00
Bryan Thornbury
c6908595cd fill out trace messages more 2016-09-21 11:33:12 -07:00
Bryan Thornbury
875d91629e case insensitive msbuild metadata findng 2016-09-21 11:31:30 -07:00
Bryan Thornbury
362f71a94a Project Json mapping migration support 2016-09-20 21:18:11 -07:00
Bryan Thornbury
3a567e5957 Merge pull request #4185 from brthor/brthor/migrate-x-targetting
Migration X-Targeting
2016-09-19 16:01:04 -07:00
Bryan Thornbury
02495c07e0 Remove script extension inference test 2016-09-19 15:13:09 -07:00
Bryan Thornbury
448d9dc08b remove pathext workaround 2016-09-19 13:25:40 -07:00
Bryan Thornbury
67f292947d try again 2016-09-19 11:11:01 -07:00
Faizan2304
0ce597a147 Implemented vstest verb which will run the test from given container. (#4115)
* Implemented vstest verb which will run the test from given container.

* Fixed Nitpick.

* 1) Addressed PR comment
2) Added tests for vstest verb

* Using specific version of Microsoft.TestPlatform.

* Address PR comments.

Modified help text for the vstest command.
Removed unused function.

* Fixed package related issue.
--Taking reference of microsoft.testplatform.cli nuget package which has contentFolder in it so that sub folder of this nuget can also be added in cli package.
-- Removing vstest.console, vshost and datacollector from Bundletools as we dont want *.deps.json to be override

* Nitpick

* Making vstest.console arguments compatible for non windows platform

* Fix tests to run on linux machine

* Updated the microsoft.testplatform.cli nuget package version. This version has fix related to non windows machine.

* changed dapter path from bin/debug to bin/Debug

* updated nuget version of package Microsoft.TestPlatform.CLI.

* Revert "updated nuget version of package Microsoft.TestPlatform.CLI."

This reverts commit bcc26c21d11c2bd2e5259a74f9890b0fd75962c7.

* Updated version of nuget package Microsoft.TestPlatform.CLI
Added Test project in solution file

* Addressed PR comment.

* Removed unnecessary --platform argument from test
2016-09-19 10:59:26 -07:00
Bryan Thornbury
2ddcbe449c kill script extension inference tests 2016-09-19 10:54:45 -07:00
Eric Erhardt
5b48f22145 Merge pull request #4188 from dotnet/emgarten/restore3
Restore3 support for PackageReference
2016-09-19 12:53:17 -05:00
Bryan Thornbury
9067bc9e45 Path ext hacks 2016-09-19 10:33:03 -07:00
Bryan Thornbury
e8df0e712e only emit TargetFrameworks for multitfm 2016-09-19 10:10:36 -07:00
Bryan Thornbury
9d46a19c59 TFM 2016-09-19 09:16:36 -07:00
Bryan Thornbury
fe20698d81 PR Feedback 2016-09-16 16:37:48 -07:00
Bryan Thornbury
f295e16732 fix Script tests: 2016-09-16 16:12:11 -07:00
Justin Emgarten
1626cf2e62 Restore3 support for PackageReference
Fixes https://github.com/NuGet/Home/issues/3453
2016-09-16 13:40:10 -07:00
Sridhar Periyasamy
4400b3be4a Merge pull request #4186 from dotnet/sridhar/channel-fix
Download stage0 from the correct channel
2016-09-16 09:40:35 -07:00
Bryan Thornbury
1198b30031 output TFI, TFV for now 2016-09-16 03:26:36 -07:00
Justin Emgarten
b3a4da3eb4 Restore3 support for PackageReference 2016-09-15 21:58:58 -07:00
Bryan Thornbury
3cdd994798 fix test 2016-09-15 16:30:39 -07:00
Sridhar Periyasamy
b976419621 Download stage0 from the correct channel
Now that the rel/1.0.0 has been bootstrapped using the 'feature-msbuild'
channel, the correct channel needs to be passed to the install scripts.
2016-09-15 16:19:33 -07:00
Bryan Thornbury
944eb1e787 Migration X-Targeting 2016-09-15 15:54:10 -07:00
Eric Erhardt
b1c5cb76eb Merge pull request #4184 from nguerrera/msbuild-update
Update msbuild
2016-09-15 14:17:42 -05:00
Nick Guerrera
e59b2f3e6d Update msbuild 2016-09-15 10:59:03 -07:00
Eric Erhardt
95def6b243 Merge pull request #4178 from kotovaleksandr/rel/1.0.0
fix #4090
2016-09-15 10:57:56 -05:00
Eric Erhardt
656f65866c Merge pull request #4174 from eerhardt/NewRunInfo
Update the CLI to the new Run static properties from the SDK.
2016-09-15 09:53:04 -05:00
Bryan Thornbury
7da52d5fd7 Merge pull request #4180 from dotnet/brthor-patch-1-1
Strong name sign Migration Library
2016-09-15 02:01:07 -07:00
Bryan Thornbury
ce47a64870 fixup namespaces and keyfile 2016-09-14 15:30:11 -07:00
Eric Erhardt
3026eb9d35 Add a better error message for 'dotnet run3' when it is unable to find a RunCommand property. 2016-09-14 16:27:52 -05:00
Bryan Thornbury
9b21131bb3 sign tests 2016-09-14 14:10:47 -07:00
Bryan Thornbury
fb49229ddf internals visible to 2016-09-14 13:40:41 -07:00
Bryan Thornbury
c30fc56fcc Update project.json
Strong name sign migration library
2016-09-14 13:32:38 -07:00