Skip to content

Commit

Permalink
Setup dotnet for weaver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Apr 26, 2024
1 parent 9fd7c83 commit ad35ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/templates/test-weaver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- #@ template.replace(checkoutCode())
- #@ template.replace(setupWorkloads("android ${{ (matrix.os.runner != 'ubuntu-latest' && 'tvos ios maccatalyst') || '' }}"))
- _: #@ template.replace(setupDotnet())
- _: #@ template.replace(setupDotnet("6.0.x"))
- #@ template.replace(dotnetPublish("Tests/Weaver/Realm.Fody.Tests", "net6.0", "${{ matrix.os.runtime }}"))
- name: Run Tests
run: ${{ steps.dotnet-publish.outputs.executable-path }}/Realm.Fody.Tests --result=TestResults.Weaver.xml --labels=After
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-weaver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Configure .NET
uses: actions/setup-dotnet@3e6b9fe3930cac7c59c651af5de1514b47a805b9
with:
dotnet-version: 8.0.x
dotnet-version: 6.0.x
- name: Publish Tests/Weaver/Realm.Fody.Tests
run: dotnet publish Tests/Weaver/Realm.Fody.Tests -c Release -f net6.0 -r ${{ matrix.os.runtime }} --no-self-contained
- name: Output executable path
Expand Down
2 changes: 1 addition & 1 deletion wrappers/realm-core
Submodule realm-core updated 140 files

0 comments on commit ad35ce7

Please sign in to comment.