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.
This commit is contained in:
N. Taylor Mullen 2018-05-16 15:32:57 -07:00
parent 5504374125
commit 8d4363b515
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@
/p:TargetVSIXContainer=$(VSIXOutputPath);
/p:SymbolsPublishDir=$(BuildDir);
/p:Configuration=$(Configuration);
/p:FeatureBranchVersionSuffix=$(FeatureBranchVersionSuffix);
/p:BuildNumber=$(BuildNumber);
/p:LangVersion=7.1" />
</ItemGroup>