Merge pull request 'Fixed pipeline to support .net 10' (#60) from test into main
Reviewed-on: #60
This commit was merged in pull request #60.
This commit is contained in:
@@ -18,12 +18,12 @@ steps:
|
||||
- git checkout ${DRONE_COMMIT}
|
||||
|
||||
- name: dotnet build
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet build --configuration Release
|
||||
|
||||
- name: dotnet test
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet test --configuration Release
|
||||
---
|
||||
@@ -58,7 +58,7 @@ steps:
|
||||
- git checkout ${DRONE_COMMIT}
|
||||
|
||||
- name: dotnet publish
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet publish --configuration Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user