Skip to content

Commit 4816184

Browse files
committed
Remove extra angle bracket and change directory for test results
1 parent 67bebeb commit 4816184

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Build/ICSharpCode.SharpZipLib.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ after_test:
157157

158158
# to run your custom scripts instead of automatic tests
159159
test_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
#---------------------------------#

0 commit comments

Comments
 (0)