]> git.deb.at Git - rhonda/impostor.git/commitdiff
AppVeyor - force client restore
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 14:10:50 +0000 (16:10 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 14:10:50 +0000 (16:10 +0200)
build.cake

index 05efad5fc727fe6d098ca6aa098af1a69fa630e8..f9e53dba7af93289f9296804a7e14acf4f9798b5 100644 (file)
@@ -57,6 +57,7 @@ Task("Clean")
 Task("Restore")
     .Does(() => {
         DotNetCoreRestore("./src/Impostor.sln");
+        DotNetCoreRestore("./src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj");
     });
 
 Task("Build")