try adding sudo to build

This commit is contained in:
Collin M. Barrett 2017-04-16 14:35:46 -05:00
parent bc90e79293
commit 65ad57c654

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
dotnet restore && 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 -f netcoreapp1.1