|
|
|
@ -8,7 +8,7 @@ trigger:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build
|
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:7.0
|
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
|
|
|
|
commands:
|
|
|
|
|
- cd Sources/HeartTrack/
|
|
|
|
|
- dotnet restore HeartTrack.sln
|
|
|
|
@ -16,7 +16,7 @@ steps:
|
|
|
|
|
- dotnet publish HeartTrack.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
|
|
|
|
|
|
|
|
|
|
- name: tests
|
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:7.0
|
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
|
|
|
|
commands:
|
|
|
|
|
- cd Sources/HeartTrack/
|
|
|
|
|
- dotnet restore HeartTrack.sln
|
|
|
|
|