Attempt another docker repo
This commit is contained in:
parent
1f7bacc81e
commit
d5305b1ac2
|
@ -4,10 +4,10 @@ name: default
|
||||||
type: docker
|
type: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
image: dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
commands:
|
commands:
|
||||||
- dotnet build -c Release
|
- dotnet build -c Release
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
commands:
|
commands:
|
||||||
- dotnet test -v n
|
- dotnet test -v n
|
Loading…
Reference in New Issue