mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
PM-3350 build.yml changed nuget restore for dotnet restore on iOS build to fix issue on restoring due to msbuild
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -647,6 +647,9 @@ jobs:
|
|||||||
cp $WATCH_APP_EXTENSION_PROFILE_PATH "$PROFILES_DIR_PATH/$WATCH_APP_EXTENSION_UUID.mobileprovision"
|
cp $WATCH_APP_EXTENSION_PROFILE_PATH "$PROFILES_DIR_PATH/$WATCH_APP_EXTENSION_UUID.mobileprovision"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Restore packages
|
||||||
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Bulid WatchApp
|
- name: Bulid WatchApp
|
||||||
run: |
|
run: |
|
||||||
echo "########################################"
|
echo "########################################"
|
||||||
@@ -660,9 +663,6 @@ jobs:
|
|||||||
echo "########################################"
|
echo "########################################"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Restore packages
|
|
||||||
run: nuget restore
|
|
||||||
|
|
||||||
- name: Archive Build for App Store
|
- name: Archive Build for App Store
|
||||||
run: |
|
run: |
|
||||||
Write-Output "########################################"
|
Write-Output "########################################"
|
||||||
|
|||||||
Reference in New Issue
Block a user