Dotnet restore?

This commit is contained in:
joachimschmidt557 2019-02-21 21:06:06 +01:00
parent 4e3de9046d
commit cf519dbb9a

View file

@ -1,5 +1,7 @@
image: microsoft/dotnet:latest
build:
script: dotnet build
script: dotnet run
script:
- dotnet restore
- dotnet build
- dotnet run