We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7235d7 commit 1514d15Copy full SHA for 1514d15
1 file changed
src/Directory.Build.targets
@@ -94,6 +94,11 @@
94
<RepositoryBranch Condition="'$(RepositoryBranch)' == '' and '$(BUDDY_EXECUTION_BRANCH)' != ''">$(BUDDY_EXECUTION_BRANCH)</RepositoryBranch>
95
</PropertyGroup>
96
97
+ <PropertyGroup Condition="'$(EnableRexCodeGenerator)' == 'true'">
98
+ <!-- VSCode/Razor compatibility -->
99
+ <CoreCompileDependsOn>PrepareResources;$(CoreCompileDependsOn)</CoreCompileDependsOn>
100
+ </PropertyGroup>
101
+
102
<ItemGroup>
103
<!-- Consider the project out of date if any of these files changes -->
104
<UpToDateCheck Include="@(None);@(Content);@(EmbeddedResource)" />
0 commit comments