зеркало из https://github.com/dotnet/razor.git
Attempt to workaround dotnet/arcade#1499
This commit is contained in:
Родитель
ea483ac5b1
Коммит
e8166123e9
|
@ -32,4 +32,11 @@
|
|||
IgnoreStandardErrorWarningFormat="true" />
|
||||
</Target>
|
||||
|
||||
<!-- This is an attempt to workaround https://github.com/dotnet/arcade/issues/1499 -->
|
||||
<Target Name="_ForceSymbolPublishing" BeforeTargets="Publish">
|
||||
<PropertyGroup>
|
||||
<PublishToSymbolServer Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</PublishToSymbolServer>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
|
||||
</Project>
|
|
@ -123,5 +123,4 @@
|
|||
<DotNetRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
||||
<DotNetRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче