try pack instead of publish

This commit is contained in:
Collin M. Barrett 2017-04-15 16:00:04 -05:00
parent 5010d650c4
commit 40ed9c4d65

View file

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