Attempt another docker repo

This commit is contained in:
Deukhoofd 2020-05-03 11:11:14 +02:00
parent 1f7bacc81e
commit d5305b1ac2
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ name: default
type: docker
steps:
- name: Build
image: dotnet/core/sdk:3.1
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet build -c Release
- name: Tests
image: dotnet/core/sdk:3.1
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet test -v n