Skip to content

Commit

Permalink
When archiving artifacts on appveyor, incluse README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
wherget authored and n1000 committed Jun 25, 2018
1 parent 145b9ce commit 933471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
project: .\VisualStudioNET\
verbosity: minimal
after_build:
- cmd: 7z a open-plc-tools.zip %APPVEYOR_BUILD_FOLDER%\VisualStudioNET\Programs\*.*
- cmd: 7z a open-plc-tools.zip %APPVEYOR_BUILD_FOLDER%\README %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\VisualStudioNET\Programs\*.*
artifacts:
- path: open-plc-tools.zip
name: Program-Package

0 comments on commit 933471a

Please sign in to comment.