diff --git a/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj b/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj index 5f1b3894f2..458a2b8d85 100644 --- a/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj +++ b/templates/Enterprise-Template/EnterpriseBotVSIX/EnterpriseBotVSIX.csproj @@ -67,7 +67,8 @@ - powershell Compress-Archive -Path '$(SolutionDir)EnterpriseBotTemplate\Bot Framework' -DestinationPath '$(ProjectDir)ProjectTemplates\Bot Framework.zip' -Force + powershell New-Item -ItemType Directory -Force -Path '$(ProjectDir)ProjectTemplates' +powershell Compress-Archive -Path '$(SolutionDir)EnterpriseBotTemplate\Bot Framework' -DestinationPath '$(ProjectDir)ProjectTemplates\Bot Framework.zip' -Force