Don't restore dotnet

This commit is contained in:
Joshua M. Boniface 2019-11-24 16:27:13 -05:00
parent e8717fbd91
commit 7e2898d2d0

View File

@ -47,7 +47,7 @@ git checkout tags/${tagname}
git submodule update --init || true
# Perform nuget restore
dotnet restore --no-cache
#dotnet restore --no-cache
popd