Skip to content

Commit

Permalink
Only run tests on .NET 6 (because the runner is targeting Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Bjørgo committed Sep 18, 2022
1 parent 1f2e469 commit 22e1c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Write-Host "### dotnet build... ###"
dotnet build .\src\HeboTech.ATLib\HeboTech.ATLib.csproj -c Release

Write-Host "### dotnet test... ###"
dotnet test .\src\HeboTech.ATLib.Tests\HeboTech.ATLib.Tests.csproj -c Release
dotnet test .\src\HeboTech.ATLib.Tests\HeboTech.ATLib.Tests.csproj -c Release -f net6.0

Write-Host "### dotnet pack... ###"
dotnet pack .\src\HeboTech.ATLib\HeboTech.ATLib.csproj -c Release -o $artifacts --no-build

0 comments on commit 22e1c19

Please sign in to comment.