skip not finished tests and add restore unit tests

This commit is contained in:
Krzysztof Wicher 2017-02-22 11:43:03 -08:00
parent 873bb31cfa
commit 06ceb66089
14 changed files with 82 additions and 37 deletions

View file

@ -7,7 +7,7 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests
{
public class GivenDotnetCleanInvocation
{
[Theory]
[Theory(Skip = "finish me")]
[InlineData(new string[] { }, @"exec <msbuildpath> /m /v:m /t:Build /clp:Summary")]
[InlineData(new string[] { "-o", "foo" }, @"exec <msbuildpath> /m /v:m /t:Build /p:OutputPath=foo /clp:Summary")]
[InlineData(new string[] { "--output", "foo" }, @"exec <msbuildpath> /m /v:m /t:Build /p:OutputPath=foo /clp:Summary")]