Поменял CI конфиг нормально сделал
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -3,18 +3,8 @@ type: docker
|
||||
name: "Build and test"
|
||||
|
||||
steps:
|
||||
- name: restore-dependencies
|
||||
- name: test
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
- dotnet restore
|
||||
|
||||
- name: build-application
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
- dotnet build -c Release --no-restore
|
||||
|
||||
- name: run-tests
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
- dotnet test -c Release --no-build --verbosity normal
|
||||
|
||||
- dotnet build
|
||||
- dotnet test
|
||||
|
||||
Reference in New Issue
Block a user