Skip to content

Commit

Permalink
Update build for Framework 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaflanagan committed Apr 29, 2024
1 parent 59db8d7 commit 3ded1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: [push]

jobs:
dot_net_framework_test:
name: .Net Framework 4.6.1
name: .Net Framework 4.6.2
runs-on: windows-latest
timeout-minutes: 10

Expand All @@ -32,7 +32,7 @@ jobs:
run: msbuild shipengine-dotnet.sln /p:Configuration=Release

- name: Run Test
run: dotnet test ShipEngine.Tests/bin/Release/net461/ShipEngine.Tests.dll
run: dotnet test ShipEngine.Tests/bin/Release/net462/ShipEngine.Tests.dll

dot_net_core_test:
name: .Net Core 2.1.x, 3.1.x, and .Net 5.0 on ${{ matrix.os }}
Expand Down

0 comments on commit 3ded1b7

Please sign in to comment.