revert testing change

This commit is contained in:
Kevin Zhang 2021-06-17 21:51:22 +08:00
parent f01962f664
commit 255bfbbbd9

View file

@ -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 {