File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package >
33 <metadata minClientVersion =" 2.0" >
4- <id >ICSharpCode.SharpZipLib-dogfood<< /id >
4+ <id >ICSharpCode.SharpZipLib-dogfood</id >
55 <version >0.87-dogfood</version >
66 <title >SharpZipLib-dogfood</title >
77 <authors >IC#Code</authors >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ after_test:
157157
158158# to run your custom scripts instead of automatic tests
159159test_script :
160- - cmd : nunit3-console --framework=net-4.5 --labels=All --testlist=./ICSharpCode.SharpZipLib.Tests/PassingTests.txt --result=./Documentation /nunit3-test-results-appveyor.xml;format=AppVeyor ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
160+ - cmd : nunit3-console --framework=net-4.5 --labels=All --testlist=./ICSharpCode.SharpZipLib.Tests/PassingTests.txt --result=./bin/Release /nunit3-test-results-appveyor.xml;format=AppVeyor ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
161161
162162# to disable automatic tests
163163# test: off
@@ -173,7 +173,7 @@ artifacts:
173173 name : BuildRelease
174174- path : bin\**\*.nupkg
175175 name : NuGet
176- - path : Documentation \nunit3-test-results-appveyor.xml
176+ - path : bin\Release \nunit3-test-results-appveyor.xml
177177 name : TestResults
178178
179179# ---------------------------------#
You can’t perform that action at this time.
0 commit comments