This commit is contained in:
Collin M. Barrett 2017-04-15 16:10:13 -05:00
parent a6bc03892d
commit c6598d8185

View file

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