Skip to content

Commit 9565f1a

Browse files
committed
fixup! Update Blazor VSIX to use Arcade VSIX tools
1 parent 7eca3f3 commit 9565f1a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

eng/Workarounds.AfterArcade.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,15 @@
2828
<PropertyGroup>
2929
<RestoreConfigFile>$(RepoRoot)NuGet.config</RestoreConfigFile>
3030
</PropertyGroup>
31+
32+
<!--
33+
Required to restore the RoslynTools.ModifyVsixManifest package.
34+
This isn't auto-detected by Arcade like other feeds are.
35+
-->
36+
<PropertyGroup>
37+
<RestoreSources>
38+
$(RestoreSources);
39+
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
40+
</RestoreSources>
41+
</PropertyGroup>
3142
</Project>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
<ExtensionInstallationFolder>Microsoft\Blazor</ExtensionInstallationFolder>
1414

1515
<!-- This should be set as true if we're ever building the VSIX for inclusion by the VS installer. -->
16-
<IsProductComponent Condition="'$(IsProductComponent)'==''">false</IsProductComponent>
17-
18-
<!-- This VSIX does not insert into VS directly. -->
19-
<VisualStudioInsertionComponent>false</VisualStudioInsertionComponent>
16+
<IsProductComponent>false</IsProductComponent>
2017

2118
<!-- Update the VSToolsPath to ensure VSIX builds -->
2219
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

0 commit comments

Comments
 (0)