From 39c190aa0dc092a0d1d903c4e7bc9686553a3f00 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 27 Sep 2017 16:25:16 -0700 Subject: [PATCH] Preserve the build number when building the VSIX (#1702) --- build/VSIX.targets | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index 348ac0ce4f..b106e40d7e 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -1,13 +1,14 @@ - $(PackageDependsOn);GenerateVSIX + $(RestoreDependsOn);RestoreVSIX + $(PackageDependsOn);PackageVSIX Microsoft.VisualStudio.RazorExtension $(RepositoryRoot)tooling\$(VSIXName)\$(VSIXName).csproj @@ -24,7 +25,11 @@ - + + + + + $(ArtifactsDir)msbuild\ $(MSBuildArtifactsDir)vsix.log @@ -32,11 +37,10 @@ $(BuildDir)$(VSIXName).vsix - -