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