Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Aug 7, 2024
1 parent 1507b56 commit 6652888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
dotnet-quality: preview

- name: Restore the Skylark
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }}
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }} --configfile NuGet.Config
env:
NUGET_CONFIG_PATH: ./NuGet.Config

Expand Down

0 comments on commit 6652888

Please sign in to comment.