Skip to content

Commit

Permalink
dotnet.yml - Update to .Net 6 and version 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jul 13, 2024
1 parent 5b900ff commit 019aa1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- name: Build
run: |
echo "Buid version is 3.0.${{github.run_number}}"
dotnet build PuppeteerSharp.Dom.sln /p:Version=3.0.${{github.run_number}} --configuration Release
echo "Buid version is 4.0.${{github.run_number}}"
dotnet build PuppeteerSharp.Dom.sln /p:Version=4.0.${{github.run_number}} --configuration Release
- name: Test
run: |
Xvfb :1 -screen 5 1024x768x8 &
export DISPLAY=:1.5
cd PuppeteerSharp.Dom.Tests
dotnet test -f net5.0 -s test.runsettings -c Debug --logger "trx;LogFileName=TestResults.xml"
dotnet test -f net6.0 -s test.runsettings -c Debug --logger "trx;LogFileName=TestResults.xml"
- name: Publish Nuget packages
run: |
Expand Down

0 comments on commit 019aa1d

Please sign in to comment.