From 50109ee70b9749dab59ca36c083eb50da8ce2b3b Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 23 Nov 2023 17:38:23 -0300 Subject: [PATCH] PM-3350 build.yml changed nuget restore for dotnet restore on iOS build to fix issue on restoring due to msbuild --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02c6e0dfe..9e3a96ea6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 "########################################"