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 771f4bf commit 207164eCopy full SHA for 207164e
.github/workflows/Test.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
submodules: 'recursive'
89
- run: dotnet restore CSharpMath.Ios.slnf
90
- - run: msbuild CSharpMath.Ios.Tests
+ - run: dotnet build CSharpMath.Ios.Tests
91
- name: Run tests
92
env:
93
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