Update '.drone.yml'

CI_tests
Antoine PEREDERII 1 year ago
parent 38c5130d26
commit 92702e88fc

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

Loading…
Cancel
Save