Trying to fix tests again.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
|
||||
<PackageReference Include="xunit" Version="2.2.0" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.0-beta3-build3705" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta3-build3705" />
|
||||
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta3-build3705" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
+4
-1
@@ -13,7 +13,10 @@ before_build:
|
||||
build:
|
||||
verbosity: minimal
|
||||
test_script:
|
||||
- cmd: dotnet xunit
|
||||
- cmd: >-
|
||||
cd UnicodeInformation.Tests
|
||||
|
||||
dotnet xunit
|
||||
artifacts:
|
||||
- path: UnicodeCharacterInspector\bin\Release
|
||||
name: UnicodeCharacterInspector
|
||||
|
||||
Reference in New Issue
Block a user