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

This commit is contained in:
Collin M. Barrett 2019-10-02 09:34:33 -05:00
parent 2bfeeb798d
commit 9feb074d2e
2 changed files with 0 additions and 4 deletions

View file

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

View file

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