From 0bed16922f4b4e638d766d0e8ad91c41df03989c Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 1 Nov 2022 13:42:56 -0700 Subject: [PATCH] Remove BL again --- .../dotnet-publish.Tests/GivenDotnetPublishPublishesProjects.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tests/dotnet-publish.Tests/GivenDotnetPublishPublishesProjects.cs b/src/Tests/dotnet-publish.Tests/GivenDotnetPublishPublishesProjects.cs index 78a006f69a45..aaa96422af30 100644 --- a/src/Tests/dotnet-publish.Tests/GivenDotnetPublishPublishesProjects.cs +++ b/src/Tests/dotnet-publish.Tests/GivenDotnetPublishPublishesProjects.cs @@ -189,7 +189,6 @@ public void PublishSelfContainedPropertyDoesOrDoesntOverrideSelfContained(bool p "publish", selfContainedIsGlobal ? $"/p:SelfContained={selfContained}" : "", publishSelfContainedIsGlobal ? $"/p:PublishSelfContained={publishSelfContained}" : "", - "-bl:C:\\users\\noahgilson\\PSCWHYRID.binlog" }; publishCommand