Put the BlazorExtension in artifacts

This commit is contained in:
Pranav K 2019-01-29 14:28:26 -08:00
parent 7a8b1d4461
commit ef1fc9e5c7
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@
<VsixVersionSuffix Condition="'$(VsixVersionSuffix)'==''">$(BuildNumberSuffix.Replace('-', '.'))</VsixVersionSuffix>
<VsixVersion>$(VsixVersionPrefix).$(VsixVersionSuffix)</VsixVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Output the VSIX to the artifacts directory. This will allow it to be picked up for code-sign -->
<TargetVSIXContainer>$(VisualStudioSetupOutputPath)$(MSBuildProjectName).vsix</TargetVSIXContainer>
</PropertyGroup>
<!--
Used by the .vsixmanifest to insert the the VSIX version based on $(VsixVersion)
-->