Open-Systems-Pharmacology / Suite

Open Systems Pharmacology Suite Setup
Other
110 stars 28 forks source link

Suggestion: Add a new global env variable to yaml config in appveyor #139

Open msevestre opened 8 months ago

msevestre commented 8 months ago

https://ci.appveyor.com/account/open-systems-pharmacology-ci/tools/global-yaml

now

environment:
  ospsuite_version: '12.0'
  APPVEYOR_BLOCK_DOTNETCORE_TESTS_AUTORUN: true

update to

environment:
  ospsuite_version: '12.0'
  ospsuite_nightly_version: '12.0'
  APPVEYOR_BLOCK_DOTNETCORE_TESTS_AUTORUN: true

where ospsuite_nightly_version will only be used in appveyor_nightly.yml files