Compare commits
2 Commits
71dd02a122
...
3ce3d88fae
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ce3d88fae | |||
| 0ded289b1f |
@@ -18,12 +18,12 @@ steps:
|
|||||||
- git checkout ${DRONE_COMMIT}
|
- git checkout ${DRONE_COMMIT}
|
||||||
|
|
||||||
- name: dotnet build
|
- name: dotnet build
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet build --configuration Release
|
- dotnet build --configuration Release
|
||||||
|
|
||||||
- name: dotnet test
|
- name: dotnet test
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet test --configuration Release
|
- dotnet test --configuration Release
|
||||||
---
|
---
|
||||||
@@ -58,7 +58,7 @@ steps:
|
|||||||
- git checkout ${DRONE_COMMIT}
|
- git checkout ${DRONE_COMMIT}
|
||||||
|
|
||||||
- name: dotnet publish
|
- name: dotnet publish
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet publish --configuration Release
|
- dotnet publish --configuration Release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user