Skip to content

Commit

Permalink
Add c# ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 30, 2024
1 parent f6d5dc2 commit 01b9242
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ jobs:
with:
working_directory: ice-demos/cpp
msbuild_project: msbuild/ice.proj

- name: Build C# Demos on ${{ matrix.os }}
uses: ./ice/.github/actions/build
timeout-minutes: 30
with:
working_directory: ice-demos/csharp
msbuild_project: msbuild/ice.proj

0 comments on commit 01b9242

Please sign in to comment.