attempt self-contained deployment

This commit is contained in:
Collin M. Barrett 2017-04-16 13:27:38 -05:00
parent 29ce4e0744
commit 48ed547c99
6 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
dotnet restore && dotnet publish -f netcoreapp1.1 -c Release
dotnet restore && dotnet publish -c Release -r ubuntu.16.04-x64 -f netcoreapp1.1

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>