Skip to content

Commit 72e1d91

Browse files
authored
Avoid using RSG in VS until VS 17.0p2 is public (#33971)
1 parent 179c2b5 commit 72e1d91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/Workarounds.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@
3636
<PropertyGroup>
3737
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
3838
</PropertyGroup>
39+
40+
<!-- Turn off RazorSourceGenerator in VS until we're ready to make VS 17.0 a pre-req for this repo -->
41+
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
42+
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
43+
</PropertyGroup>
3944
</Project>

0 commit comments

Comments
 (0)