1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 04:33:36 +00:00

set iphone and sim platforms for ios core

This commit is contained in:
Kyle Spearrin
2020-06-05 15:23:15 -04:00
parent 63453fa962
commit e7d00cfe54
3 changed files with 32 additions and 10 deletions

View File

@@ -25,10 +25,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Restore packages
run: nuget restore
- name: Build app
run: |
nuget restore
msbuild ./src/Android/Android.csproj /p:Configuration=Debug
run: msbuild ./src/Android/Android.csproj /p:Configuration=Debug
ios:
@@ -43,7 +44,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Restore packages
run: nuget restore
- name: Build app
run: |
nuget restore
msbuild /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug
run: msbuild /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug