New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit 918477fb3a - Show all commits

View File

@@ -11,7 +11,7 @@ trigger:
steps:
- name: compile
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
image: mcr.microsoft.com/dotnet/nightly/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:9.0-alpine
build_image: mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine
cmd:
- dotnet test --no-build
volumes: