Description
The current Microsoft.VisualStudio.BlazorExtension.vsix
coming out of CI no longer contains any project templates, so it's not very useful!
I think this regression was introduced in this PR: #11116. Apparently, that PR was a step towards migrating to Arcade.
I found that it can be fixed by removing the newly-introduced '$(IsPackable)' == 'true'
condition, as I have done in this branch. The resulting build artifact is correct.
However that fix on its own isn't sufficient, because then the Windows ARM build fails. I don't know how these builds interact with Nate's new '$(IsPackable)' == 'true'
condition, or what the true fix is meant to be, so this needs to be handled by the build team.
@dougbu @JunTaoLuo Can you make whatever change is needed to fix this build regression in the way you want it to be fixed?