We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e80ef commit 060e1edCopy full SHA for 060e1ed
.github/workflows/build-test-windows.yml
@@ -166,6 +166,7 @@ jobs:
166
run: msbuild -m source\MeshLibDotNet.sln -p:Configuration=${{ matrix.config }}
167
168
- name: Build .NET examples
169
+ if: matrix.runner == 'windows-2022'
170
run: msbuild -m source\examples\c-sharp-examples\c-sharp-examples.sln -p:Configuration=${{ matrix.config }}
171
172
- name: Build MRBind
0 commit comments