Skip to content

Instantly share code, notes, and snippets.

@IlyaFinkelshteyn
Created October 5, 2016 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IlyaFinkelshteyn/874dbd0f4b9f0653ed077c13c559657e to your computer and use it in GitHub Desktop.
Save IlyaFinkelshteyn/874dbd0f4b9f0653ed077c13c559657e to your computer and use it in GitHub Desktop.
-
version: 2.0.0.{build}-{branch}
branches:
only:
- master
- /\d\.\d\.\d{1,3}/ #regex between "/"
install:
- ps: 'Write-host "Top config. Branch: "$env:APPVEYOR_REPO_BRANCH'
build: off
-
version: 2.0.0.{build}-{branch}
install:
- ps: 'Write-host "Bottom config. Branch: "$env:APPVEYOR_REPO_BRANCH'
build: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment