Skip to content

Commit

Permalink
Updated workflow to build .NET examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Feb 3, 2024
1 parent 29b25ac commit 22da603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test .NET Core build
name: Test .NET build

on:
push:
Expand All @@ -16,8 +16,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 6.0.0
- name: Restore dependencies
run: dotnet restore Examples/GroupDocs.Viewer.Examples.CSharp.Core
- name: Test build for .NET Core project
run: dotnet build --no-restore Examples/GroupDocs.Viewer.Examples.CSharp.Core
run: dotnet restore Examples/GroupDocs.Viewer.Examples.CSharp.NET6
- name: Test build for .NET project
run: dotnet build --no-restore Examples/GroupDocs.Viewer.Examples.CSharp.NET6

0 comments on commit 22da603

Please sign in to comment.