From 9f49539177173d2c03ed7d771896e6a71a0c0aad Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 27 Aug 2018 11:10:16 -0700 Subject: [PATCH] Re enable --no-restore (#1336) --- test/IISExpress.FunctionalTests/InProcess/StartupTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/IISExpress.FunctionalTests/InProcess/StartupTests.cs b/test/IISExpress.FunctionalTests/InProcess/StartupTests.cs index 1953a6975a..cab621a3e6 100644 --- a/test/IISExpress.FunctionalTests/InProcess/StartupTests.cs +++ b/test/IISExpress.FunctionalTests/InProcess/StartupTests.cs @@ -123,7 +123,6 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests deploymentParameters.ApplicationPublisher = null; // ReferenceTestTasks is workaround for https://github.com/dotnet/sdk/issues/2482 deploymentParameters.AdditionalPublishParameters = "-p:RuntimeIdentifier=win7-x64 -p:UseAppHost=true -p:SelfContained=false -p:ReferenceTestTasks=false"; - deploymentParameters.RestoreOnPublish = true; var deploymentResult = await DeployAsync(deploymentParameters); Assert.True(File.Exists(Path.Combine(deploymentResult.ContentRoot, "InProcessWebSite.exe")));