Put the BlazorExtension in artifacts
This commit is contained in:
parent
7a8b1d4461
commit
ef1fc9e5c7
|
|
@ -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)
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue