Merge pull request #6136 from nguerrera/vs-version-props

Package bundled version props in to a VS insertion nupkg
This commit is contained in:
Nick Guerrera 2017-03-24 15:56:04 -07:00 committed by GitHub
commit fcd3c149f8
9 changed files with 60 additions and 20 deletions

View file

@ -287,7 +287,7 @@ namespace Microsoft.DotNet.Tests
result.Should().Fail();
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/cli/issues/6144")]
public void WhenToolAssetsFileIsInUseThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
{
var testInstance = TestAssets.Get("AppWithToolDependency")