New Angular based web version #1
@@ -11,7 +11,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: compile
|
- name: compile
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
|
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
|
||||||
environment:
|
environment:
|
||||||
CI_WORKSPACE: "/drone/src"
|
CI_WORKSPACE: "/drone/src"
|
||||||
commands:
|
commands:
|
||||||
@@ -25,7 +25,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
CI_WORKSPACE: "/drone/src"
|
CI_WORKSPACE: "/drone/src"
|
||||||
settings:
|
settings:
|
||||||
build_image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
|
build_image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
|
||||||
cmd:
|
cmd:
|
||||||
- dotnet test --no-build
|
- dotnet test --no-build
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user