Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
1c916f5392
commit
6e8d26381e
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,10 @@ name: testing
|
|||
type: docker
|
||||
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||
commands:
|
||||
- dotnet restore ./src
|
||||
# - name: Install Dependencies
|
||||
# image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||
# commands:
|
||||
# - dotnet restore ./src
|
||||
|
||||
# - name: Build
|
||||
# image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||
|
@ -54,6 +54,7 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- master
|
||||
- makeup
|
||||
event:
|
||||
- push
|
||||
depends_on:
|
||||
|
|
Reference in a new issue