Skip to content

Commit

Permalink
Remove legacy switch
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Oct 13, 2023
1 parent b55a9c8 commit da91a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Restore dependencies for ${{ matrix.project }}
run: |
dotnet restore ./src/${{ matrix.project }}/${{ matrix.project }}.csproj --configuration Release
dotnet restore ./src/${{ matrix.project }}/${{ matrix.project }}.csproj
- name: Build ${{ matrix.project }}
run: |
Expand Down

0 comments on commit da91a52

Please sign in to comment.