From f31e951f5dc493f72f7d2c88019b94393591c564 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sat, 3 Aug 2019 17:29:13 -0700 Subject: [PATCH] Fixup test \n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/5eb86992f4d0d545c8965cf9305ae5231a99605e --- .../test/IntegrationTests/PublishIntegrationTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/PublishIntegrationTest.cs b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/PublishIntegrationTest.cs index cf5387538e..cebd5de38c 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/PublishIntegrationTest.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/PublishIntegrationTest.cs @@ -51,7 +51,6 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests Assert.FileExists(result, OutputPath, "SimpleMvc.Views.pdb"); Assert.FileExists(result, OutputPath, "appsettings.json"); Assert.FileExists(result, OutputPath, "appsettings.Development.json"); - Assert.FileDoesNotExist(result, OutputPath, Path.Combine("Properties", "launchSettings.json")); Assert.FileExists(result, PublishOutputPath, "SimpleMvc.dll"); Assert.FileExists(result, PublishOutputPath, "SimpleMvc.pdb");