Skip to content

Commit

Permalink
Update ci-dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmoreland authored Jun 28, 2023
1 parent ae1feda commit b2476c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dotnet-version: |
6.0.411
- name: Restore dependencies
working-directory: server/net6
working-directory: v1/net6
run: dotnet restore
- name: Build
working-directory: v1/net6
Expand All @@ -36,7 +36,7 @@ jobs:
dotnet-version: |
7.0.305
- name: Restore dependencies
working-directory: server/net7
working-directory: v1/net7
run: dotnet restore
- name: Build
working-directory: v1/net7
Expand Down

0 comments on commit b2476c2

Please sign in to comment.