diff --git a/.github/workflows/CI.Android.yml b/.github/workflows/CI.Android.yml index 6187b02..aff442d 100644 --- a/.github/workflows/CI.Android.yml +++ b/.github/workflows/CI.Android.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Set default Xamarin SDK versions run: | - $VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=11.0 + $VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 - name: Setup .NET Core SDK 7.0.x uses: actions/setup-dotnet@v3 @@ -19,7 +19,7 @@ jobs: dotnet-version: '7.0.x' - name: Install dependencies - run: nuget restore ${{github.workspace}}/src/MarvelHeroes.sln + run: nuget restore ${{github.workspace}}/src/ObjectiveMarvelHeroes.sln - name: Build run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.Android.csproj /t:PackageForAndroid /p:Configuration=Debug \ No newline at end of file diff --git a/.github/workflows/CI.iOS.yml b/.github/workflows/CI.iOS.yml index aa017e9..701e971 100644 --- a/.github/workflows/CI.iOS.yml +++ b/.github/workflows/CI.iOS.yml @@ -25,7 +25,7 @@ jobs: dotnet-version: '7.0.x' - name: Install dependencies - run: nuget restore ${{github.workspace}}/src/MarvelHeroes.sln + run: nuget restore ${{github.workspace}}/src/ObjectiveMarvelHeroes.sln - name: Build run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.iOS.csproj /p:Configuration=Debug /p:Platform=iPhoneSimulator /t:Rebuild \ No newline at end of file