From c513768eae5ed267a82e5a0cc639d752dbcef598 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sun, 3 Jan 2021 16:21:57 -0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2c931798..abd0e63a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,7 +32,7 @@ jobs: - name: Test Wabbajack.App.Test run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.App.Test - name: Test Wabbajack.Server.Test - run: dotnet test= --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Server.Test + run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Server.Test - name: Publish App run: dotnet publish Wabbajack\Wabbajack.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\PublishApp --self-contained - name: Publish Launcher