Update .NET version in pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-27 19:25:19 +01:00
parent 0e065b58b7
commit 5d0a49632a

View File

@@ -11,7 +11,7 @@ trigger:
steps:
- name: compile
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
environment:
CI_WORKSPACE: "/drone/src"
commands:
@@ -25,7 +25,7 @@ steps:
environment:
CI_WORKSPACE: "/drone/src"
settings:
build_image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
build_image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
cmd:
- dotnet test --no-build
volumes: