зеркало из https://github.com/dotnet/razor.git
Disable targeting Windows for source-build (#8376)
This commit is contained in:
Родитель
1e50e138ab
Коммит
9abeb28241
|
@ -26,7 +26,7 @@
|
|||
<GenerateResxSourceEmitFormatMethods>true</GenerateResxSourceEmitFormatMethods>
|
||||
<ExcludeFromSourceBuild Condition="'$(IsUnitTestProject)' == 'true'">true</ExcludeFromSourceBuild>
|
||||
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
<EnableWindowsTargeting Condition="'$(DotNetBuildFromSource)' != 'true'">true</EnableWindowsTargeting>
|
||||
|
||||
<SharedSourceRoot>$(MSBuildThisFileDirectory)src\Shared\</SharedSourceRoot>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче