From 984713c29700de4c5666183581a8b422e8dcb9f4 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 20 Oct 2017 15:27:46 -0700 Subject: [PATCH] Add an opt-out for building the VSIX Ex: .\build.cmd /p:BuildVSIX=false --- build/VSIX.targets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index b106e40d7e..b2b6bf80f8 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -1,7 +1,8 @@ - $(RestoreDependsOn);RestoreVSIX - $(PackageDependsOn);PackageVSIX + true + $(RestoreDependsOn);RestoreVSIX + $(PackageDependsOn);PackageVSIX Microsoft.VisualStudio.RazorExtension $(RepositoryRoot)tooling\$(VSIXName)\$(VSIXName).csproj