Skip to content

Commit

Permalink
CI for Demo-ImageSharp (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 13, 2023
1 parent e3f75e8 commit 40ce0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet-version: 6.0.x
- name: Create local NuGet source
run: |
$pkgdir = Resolve-Path $..\LocalPackages
$pkgdir = Resolve-Path ..\LocalPackages
mkdir $pkgdir
run: dotnet nuget add source $pkgdir --name Local
- name: Restore NuGet packages
Expand Down

0 comments on commit 40ce0b5

Please sign in to comment.