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 179c2b5 commit 72e1d91Copy full SHA for 72e1d91
eng/Workarounds.props
@@ -36,4 +36,9 @@
36
<PropertyGroup>
37
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
38
</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>
44
</Project>
0 commit comments