From: AeonLucid Date: Thu, 22 Oct 2020 20:44:19 +0000 (+0200) Subject: Update build.cake X-Git-Tag: v1.2.2~97 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=9e76535a377ea1dbbc837e16c6e4780eec0f1cfd;p=rhonda%2Fimpostor.git Update build.cake --- 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);