Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jun 27, 2024
1 parent 252f94f commit 0f3135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: microsoft/[email protected]

- name: Restore NuGet Packages
run: dotnet restore
run: dotnet restore /p:RestoreUseSkipNonexistentTargets="false"

- name: Run Image Processor
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 0f3135c

Please sign in to comment.