Skip to content

Commit

Permalink
CI for all demos
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 13, 2023
1 parent 0b33b83 commit abb94ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
run: dotnet pack --configuration Release --no-restore --verbosity normal
- name: Install library package
run: |
Copy-Item QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg -Destination ..\LocalPackages
$pkg = Resolve-Path QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg
nuget push $pkg -Source Local
- name: Build Demo-ImageSharp
run: dotnet build
working-directory: Demo-ImageSharp
- name: Build Demo-ASP.NET-Core
run: |
nuget list -Source Local
dotnet build
run: dotnet build
working-directory: Demo-ASP.NET-Core
- name: Build Demo-ImageMagick
run: dotnet build
Expand Down

0 comments on commit abb94ec

Please sign in to comment.