restore specifying RuntimeIdentifiers

This commit is contained in:
Collin M. Barrett 2019-10-02 09:45:44 -05:00
parent 7cfee6e13c
commit d6f3a0dc7e
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<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>
<DockerDebuggeeProgram>/usr/bin/dotnet</DockerDebuggeeProgram>
<DockerComposeProjectPath>..\..\docker-compose.dcproj</DockerComposeProjectPath>

View file

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