Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
STorm175 authored Nov 24, 2024
1 parent e7d585d commit f604260
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
Expand All @@ -18,7 +19,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: current directory
run: pwd
- name: Gen cert for dev
run: dotnet dev-certs
- name: Restore dependencies
working-directory: ./OnionArchitecture/WebApi/
run: dotnet restore
- name: Build
run: dotnet build --no-restore
Expand Down

0 comments on commit f604260

Please sign in to comment.