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