Revert "disable R2R since startup time isn't critical and the smaller image and less build warnings is preferable for now"

This reverts commit 9feb074d2e.
This commit is contained in:
Collin M. Barrett 2019-10-02 09:49:41 -05:00
parent d6f3a0dc7e
commit e658a7d506
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<DockerDebuggeeArguments>--additionalProbingPath /root/.nuget/fallbackpackages2 --additionalProbingPath /root/.nuget/fallbackpackages "bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).dll" -a -v</DockerDebuggeeArguments>

View file

@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<DockerComposeProjectPath>..\..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>