Skip to content

Commit 61f45db

Browse files
committed
AppVeyor reports "The replacement token 'id' has no value."
* Replaced $id$ with ICSharpCode.SharpZipLib * Removed ;format=nunit3 from .travis.yml
1 parent afd149b commit 61f45db

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- xbuild /p:Configuration=Debug ICSharpCode.SharpZipLib.sln
1313
- xbuild /p:Configuration=Release ICSharpCode.SharpZipLib.sln
14-
- mono ./packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe --framework=mono-4.0 --labels=All --testlist=./ICSharpCode.SharpZipLib.Tests/PassingTests.txt --result=./Documentation/nunit3-test-results-travis.xml;format=nunit3 ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
14+
- mono ./packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe --framework=mono-4.0 --labels=All --testlist=./ICSharpCode.SharpZipLib.Tests/PassingTests.txt --result=./Documentation/nunit3-test-results-travis.xml ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll

Build/ICSharpCode.SharpZipLib.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<tags>Compression Library Zip GZip BZip2 Tar</tags>
2424
</metadata>
2525
<files>
26-
<file src="..\bin\Release\$id$.dll" target="lib\Net45\" />
27-
<file src="..\bin\Release\$id$.pdb" target="lib\Net45\" />
28-
<file src="..\bin\Release\$id$.xml" target="lib\Net45\" />
29-
<file src="..\bin\Release\$id$.dll" target="lib\dnx451\" />
30-
<file src="..\bin\Release\$id$.pdb" target="lib\dnx451\" />
31-
<file src="..\bin\Release\$id$.xml" target="lib\dnx451\" />
32-
<file src="..\bin\Release\$id$.dll" target="lib\dnxcore50\" />
33-
<file src="..\bin\Release\$id$.pdb" target="lib\dnxcore50\" />
34-
<file src="..\bin\Release\$id$.xml" target="lib\dnxcore50\" />
26+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\Net45\" />
27+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\Net45\" />
28+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\Net45\" />
29+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\dnx451\" />
30+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\dnx451\" />
31+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\dnx451\" />
32+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\dnxcore50\" />
33+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\dnxcore50\" />
34+
<file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\dnxcore50\" />
3535
</files>
3636
</package>

0 commit comments

Comments
 (0)