Skip to content

Commit 207164e

Browse files
author
Charles Roddie
committed
use dotnet build
1 parent 771f4bf commit 207164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
submodules: 'recursive'
8989
- run: dotnet restore CSharpMath.Ios.slnf
90-
- run: msbuild CSharpMath.Ios.Tests
90+
- run: dotnet build CSharpMath.Ios.Tests
9191
- name: Run tests
9292
env:
9393
IOS_SIM_NAME: iPhone 11 # https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md#installed-simulators

0 commit comments

Comments
 (0)