Skip to content

Commit

Permalink
更新 .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YaKun9 committed Aug 7, 2024
1 parent 1349032 commit fb406c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ steps:
- name: restore
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- cd Backend
- dotnet restore

- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- cd Backend
- dotnet build --configuration Release

- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- cd Backend
- dotnet test --no-build --verbosity normal

0 comments on commit fb406c5

Please sign in to comment.