change build to publish -c release

This commit is contained in:
Collin M. Barrett 2017-04-15 09:21:44 -05:00
parent 311fd39111
commit f74eaf2ec0

View file

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