From 255bfbbbd9327c854c58d201d87c83408ea3dfb7 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Thu, 17 Jun 2021 21:51:22 +0800 Subject: [PATCH] revert testing change --- Scripts/post_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 074538093..53dc7cf1f 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -104,7 +104,7 @@ function Publish-Self-Contained ($p) { # we call dotnet publish on the main project. # The other projects should have been built in Release at this point. - # dotnet publish -c Release $csproj /p:PublishProfile=$profile + dotnet publish -c Release $csproj /p:PublishProfile=$profile } function Main {