From c3971fc100b3188cda220f43758650376314a32b Mon Sep 17 00:00:00 2001 From: PiotrP Date: Wed, 10 Aug 2016 12:41:22 -0700 Subject: [PATCH] Add missing build artifacts --- test/dotnet.Tests/PackagedCommandTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dotnet.Tests/PackagedCommandTests.cs b/test/dotnet.Tests/PackagedCommandTests.cs index 5c1858af9..3b209cbc6 100644 --- a/test/dotnet.Tests/PackagedCommandTests.cs +++ b/test/dotnet.Tests/PackagedCommandTests.cs @@ -97,6 +97,7 @@ namespace Microsoft.DotNet.Tests { var testInstance = TestAssetsManager .CreateTestInstance("AppWithDirectDependencyWithOutputName") + .WithBuildArtifacts() .WithLockFiles(); var appDirectory = testInstance.Path;