Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 3, 2023
1 parent 2c04c50 commit 35a680b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: ${{ runner.os }}-nuget-

- name: Setup DotNet 6
- name: Setup DotNet 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: DotNet restore
if: ${{ false }}
run: |
dotnet new nugetconfig
dotnet restore -v n
Expand Down

0 comments on commit 35a680b

Please sign in to comment.