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:
Federico Maccaroni 2023-11-23 17:38:23 -03:00
parent 9ffdfd51cc
commit 50109ee70b
No known key found for this signature in database
GPG key ID: 5D233F8F2B034536

View file

@ -647,6 +647,9 @@ jobs:
cp $WATCH_APP_EXTENSION_PROFILE_PATH "$PROFILES_DIR_PATH/$WATCH_APP_EXTENSION_UUID.mobileprovision"
shell: bash
- name: Restore packages
run: dotnet restore
- name: Bulid WatchApp
run: |
echo "########################################"
@ -660,9 +663,6 @@ jobs:
echo "########################################"
shell: bash
- name: Restore packages
run: nuget restore
- name: Archive Build for App Store
run: |
Write-Output "########################################"