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 image: microsoft/dotnet:latest
build: build:
script: dotnet build script:
script: dotnet run - dotnet restore
- dotnet build
- dotnet run