Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepFe authored Sep 5, 2023
1 parent 4dcb465 commit 26e39d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Set directory
run: cd source
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: build
run: |
cd source
dotnet restore
dotnet build

0 comments on commit 26e39d0

Please sign in to comment.