Skip to content

Commit

Permalink
Fix appveyor script of artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yfakariya committed Jun 19, 2016
1 parent 25b3599 commit 7c722ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion appveyor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ build_script:
./Build.ps1
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.nupkg"
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.nupkg
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.symbols.nupkg
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.zip
cd ..
6 changes: 5 additions & 1 deletion appveyor-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ build_script:
./Build.ps1
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.nupkg"
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.nupkg
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.symbols.nupkg
appveyor PushArtifact "../dist/MsgPack.Cli.${env:PackageVersion}.zip
cd ..

0 comments on commit 7c722ab

Please sign in to comment.