Skip to content

Commit

Permalink
update sln name
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jan 22, 2024
1 parent cb98c61 commit 3a3adb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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
with:
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
2 changes: 1 addition & 1 deletion .github/workflows/CI.iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a3adb9

Please sign in to comment.