Skip to content

Commit

Permalink
Attempt to run helix tests on net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Oct 5, 2024
1 parent b46e285 commit bcb2946
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/sendToHelix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<IncludeDotNetCli>true</IncludeDotNetCli>
<DotNetCliPackageType>sdk</DotNetCliPackageType>
<DotNetCliVersion>6.0.400</DotNetCliVersion>
<DotNetCliVersion>8.0.300</DotNetCliVersion>

<EnableAzurePipelinesReporter Condition="'$(SYSTEM_ACCESSTOKEN)' != ''">true</EnableAzurePipelinesReporter>
<TestRunNamePrefix>$(AGENT_JOBNAME)</TestRunNamePrefix>
Expand All @@ -35,8 +35,7 @@
<ItemGroup Condition="'$(TestOS)' == 'Unix'">
<!-- Xunit project to test -->
<XUnitProject Include="..\src\System.Device.Gpio.Tests\System.Device.Gpio.Tests.csproj">
<TargetFramework>net6.0</TargetFramework>
<RuntimeTargetFramework>netcoreapp2.0</RuntimeTargetFramework>
<TargetFramework>net8.0</TargetFramework>
</XUnitProject>
<!-- Target queues -->
<HelixTargetQueue Condition="'$(HelixAccessToken)' != ''" Include="Raspbian.11.Arm32.IoT"/>
Expand Down

0 comments on commit bcb2946

Please sign in to comment.