From 9e76535a377ea1dbbc837e16c6e4780eec0f1cfd Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 22 Oct 2020 22:44:19 +0200 Subject: [PATCH] Update build.cake --- build.cake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cake b/build.cake index e71fd90..420542a 100644 --- a/build.cake +++ b/build.cake @@ -76,7 +76,7 @@ Task("Build") // - it is not a pull request if ((branch == "master" || branch == "dev") && string.IsNullOrEmpty(prNumber)) { // Client. - ImpostorPublishNF("Impostor-Patcher", "./src/Impostor.Patcher/Impostor.Patcher.WinForms/Impostor.Patcher.WinForms.csproj"); + ImpostorPublishNF("Impostor-Client", "./src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj"); // Server. ImpostorPublish("Impostor-Server", "./src/Impostor.Server/Impostor.Server.csproj", "win-x64"); @@ -118,4 +118,4 @@ Task("Deploy") // EXECUTION ////////////////////////////////////////////////////////////////////// -RunTarget(target); \ No newline at end of file +RunTarget(target); -- 2.39.5