Skip to content

Commit ef1fc9e

Browse files
committed
Put the BlazorExtension in artifacts
1 parent 7a8b1d4 commit ef1fc9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Components/Blazor/BlazorExtension/src/Microsoft.VisualStudio.BlazorExtension.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<VsixVersionSuffix Condition="'$(VsixVersionSuffix)'==''">$(BuildNumberSuffix.Replace('-', '.'))</VsixVersionSuffix>
4040
<VsixVersion>$(VsixVersionPrefix).$(VsixVersionSuffix)</VsixVersion>
4141
</PropertyGroup>
42+
43+
<PropertyGroup>
44+
<!-- Output the VSIX to the artifacts directory. This will allow it to be picked up for code-sign -->
45+
<TargetVSIXContainer>$(VisualStudioSetupOutputPath)$(MSBuildProjectName).vsix</TargetVSIXContainer>
46+
</PropertyGroup>
47+
4248
<!--
4349
Used by the .vsixmanifest to insert the the VSIX version based on $(VsixVersion)
4450
-->

0 commit comments

Comments
 (0)