From 7858b0466ea1bd8dadec1d1c3c7fca2c2d365825 Mon Sep 17 00:00:00 2001 From: Chris Mullins Date: Thu, 20 Sep 2018 17:00:23 -0700 Subject: [PATCH] Fix double backslash issue --- .../EnterpriseBotVSIX/EnterpriseBotVSIX.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj b/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj index aed34b7931..5f1b3894f2 100644 --- a/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj +++ b/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj @@ -67,7 +67,7 @@ - powershell Compress-Archive -Path '$(SolutionDir)\EnterpriseBotTemplate\Bot Framework' -DestinationPath '$(ProjectDir)\ProjectTemplates\Bot Framework.zip' -Force + powershell Compress-Archive -Path '$(SolutionDir)EnterpriseBotTemplate\Bot Framework' -DestinationPath '$(ProjectDir)ProjectTemplates\Bot Framework.zip' -Force