Skip to content

Commit

Permalink
Add Example project build to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
baltermia committed Jun 26, 2022
1 parent d4324c1 commit cb994d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build Class Library Project
run: dotnet build .\BarcodeReader.ImageSharp\BarcodeReader.ImageSharp.csproj --no-restore --framework net6.0 --verbosity normal

- name: Build Example Project
run: dotnet build .\BarcodeReader.ImageSharp.Examples/BarcodeReader.ImageSharp.Examples.csproj --no-restore --framework net6.0 --verbosity normal

- name: Run Tests using .NET 6
run: dotnet test .\BarcodeReader.ImageSharp.UnitTests\BarcodeReader.ImageSharp.UnitTests.csproj --framework net6.0 --verbosity normal

Expand Down

0 comments on commit cb994d6

Please sign in to comment.