appveyor.yml 309 B

123456789
  1. version: appveyor-ci-{build}
  2. build:
  3. project: .\VisualStudioNET\
  4. verbosity: minimal
  5. after_build:
  6. - cmd: 7z a open-plc-tools.zip %APPVEYOR_BUILD_FOLDER%\README %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\VisualStudioNET\Programs\*.*
  7. artifacts:
  8. - path: open-plc-tools.zip
  9. name: Program-Package