From 8d4363b515fdaa2918fdd8c5a2393af0d6b2ba80 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 16 May 2018 15:32:57 -0700 Subject: [PATCH] Update VSIX publishing to be consistent with non-VSIX publishing - Prior to this change PDBs published by our build system wouldn't match up because the assembly identity would look different. --- build/VSIX.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/VSIX.targets b/build/VSIX.targets index febfc39d48..dcee315642 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -104,6 +104,8 @@ /p:TargetVSIXContainer=$(VSIXOutputPath); /p:SymbolsPublishDir=$(BuildDir); /p:Configuration=$(Configuration); + /p:FeatureBranchVersionSuffix=$(FeatureBranchVersionSuffix); + /p:BuildNumber=$(BuildNumber); /p:LangVersion=7.1" />