target iPhone

This commit is contained in:
Kyle Spearrin 2020-06-05 15:31:30 -04:00
parent dbb51b58db
commit fd1941cc3e
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ jobs:
run: nuget restore
- name: Build app
run: msbuild /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug
run: msbuild ./src/iOS/iOS.csproj /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug