Change dotnet sdk to 7
continuous-integration/drone/push Build is failing Details

pull/2/head
Victor Perez NGOUNOU 2 years ago
parent bbe2bd58ab
commit 729ef7a579

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

Loading…
Cancel
Save