remove framework switch on publish

This commit is contained in:
Collin M. Barrett 2017-04-16 15:38:05 -05:00
parent 2e522527e7
commit fb5d777bb0

View file

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