From 8fc6ed510ce4ece32e97ee4a22ff4dc7859d7df2 Mon Sep 17 00:00:00 2001 From: kougyoku Date: Tue, 29 Oct 2019 10:13:22 -0700 Subject: [PATCH] Add prebuild command to delete the app.publish directory automatically so build succeeds. --- QueueSys/QueueSys.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QueueSys/QueueSys.csproj b/QueueSys/QueueSys.csproj index 2bfe576..a349e78 100644 --- a/QueueSys/QueueSys.csproj +++ b/QueueSys/QueueSys.csproj @@ -184,4 +184,7 @@ + + rmdir /s /q app.publish + \ No newline at end of file