Trying to fix tests again.

This commit is contained in:
GoldenCrystal
2017-06-24 14:12:59 +02:00
parent bce0e6e20b
commit 04211241bc
2 changed files with 6 additions and 3 deletions
@@ -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
View File
@@ -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