Commit 0b13466d authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed Windows tests

parent 929f4981
......@@ -296,10 +296,10 @@ stages:
custom: vstest
arguments: '.\tests\build\net7.0\bin\Release\net7.0\NLuaTest.dll'
- script: 'dotnet test .\tests\build\net46\bin\Release\NLuaTest.dll -l:trx --Platform:x64'
- script: 'nunit3-console.exe .\tests\build\net46\bin\Release\NLuaTest.dll '
displayName: 'Run Windows Tests'
- script: 'RENAME TestResults\*.trx NLua.Windows.xml'
- script: 'RENAME TestResult.xml NLua.Windows.xml'
displayName: 'Rename Test result'
- script: 'MOVE TestResults\NLua.Windows.xml .'
......
......@@ -57,7 +57,7 @@
<Version>3.13.2</Version>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter">
<Version>4.1.0</Version>
<Version>4.5.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
......
......@@ -29,10 +29,10 @@
<PackageReference Include="KeraLua" Version="1.3.4">
</PackageReference>
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\scripts\core\bisect.lua">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment