Skip to content

Commit

Permalink
Merge pull request #94 from emreyigit/net-unit-version-fix
Browse files Browse the repository at this point in the history
Upgrade NUnit Adapter on .Net client 5.2.2 and 5.3.1
  • Loading branch information
emreyigit authored Mar 5, 2024
2 parents 04ea4e0 + 7066841 commit 1b71119
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/server_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,13 @@ jobs:
cp ${{github.workspace}}\utils\net\no-java-check\hz.ps1 ${{github.workspace}}\tag\hz.ps1
cp ${{github.workspace}}\utils\net\utils.ps1 ${{github.workspace}}\tag\build\utils.ps1
- name: Upgrade NUnit Adapter in Testing if Client v5.2.2 or v5.3.1
id: backport-no-java-check
if: ${{ ((steps.version.outputs.major == '5' && steps.version.outputs.minor == '3' && steps.version.outputs.patch == '1') || (steps.version.outputs.major == '5' && steps.version.outputs.minor == '2' && steps.version.outputs.patch == '2')) }}
working-directory: tag
run: |
sed -i 's/<PackageReference Include="NUnit3TestAdapter" Version="4.3.1">/<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">/g' src/Hazelcast.Net.Tests/Hazelcast.Net.Tests.csproj
- name: Build
shell: pwsh
working-directory: tag
Expand Down

0 comments on commit 1b71119

Please sign in to comment.