Skip to content

Commit c0ade1e

Browse files
committed
nuget paths
* If you are going to put relative paths in the .nuspec file, make sure you always start from the same directory [skip travis]
1 parent 61f45db commit c0ade1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ before_test:
153153

154154
# scripts to run after tests
155155
after_test:
156-
- cmd: nuget pack Build\ICSharpCode.SharpZipLib.nuspec -BasePath bin\Release -OutputDirectory bin\Release
156+
- cmd: nuget pack Build\ICSharpCode.SharpZipLib.nuspec -BasePath Build -OutputDirectory bin\Release
157157

158158
# to run your custom scripts instead of automatic tests
159159
test_script:

0 commit comments

Comments
 (0)