Dotnet restore?
This commit is contained in:
parent
4e3de9046d
commit
cf519dbb9a
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
image: microsoft/dotnet:latest
|
||||
|
||||
build:
|
||||
script: dotnet build
|
||||
script: dotnet run
|
||||
script:
|
||||
- dotnet restore
|
||||
- dotnet build
|
||||
- dotnet run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue