]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update build.cake
authorAeonLucid <aeonlucid@gmail.com>
Thu, 22 Oct 2020 20:44:19 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 20:44:19 +0000 (22:44 +0200)
build.cake

index e71fd90dc5e3d3c1bc93262f431aac24422f44f1..420542ac665eb7f68b719c41cec4be2dfb4ae80f 100644 (file)
@@ -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);