Skip to content

Commit

Permalink
Version 9.1
Browse files Browse the repository at this point in the history
Bump to version 9.1
  • Loading branch information
msevestre authored Jul 22, 2020
2 parents 1c7694e + a5b1d03 commit 599efa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ init:
- cmd: if DEFINED APPVEYOR_PULL_REQUEST_NUMBER (Set build_number=1) ELSE (Set build_number=%APPVEYOR_BUILD_NUMBER%)

environment:
app_version: '9.0'
app_version: '9.1'
APPVEYOR_BLOCK_DOTNETCORE_TESTS_AUTORUN: true
MIK_TEX_INSTALL_DIR: 'C:\MikTex\'

Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ init:
- cmd: if DEFINED APPVEYOR_PULL_REQUEST_NUMBER (Set build_number=1) ELSE (Set build_number=%APPVEYOR_BUILD_NUMBER%)

environment:
app_version: '9.0'
app_version: '9.1'
APPVEYOR_BLOCK_DOTNETCORE_TESTS_AUTORUN: true

version: '$(app_version).{build}'
Expand Down Expand Up @@ -60,6 +60,7 @@ skip_tags: true
branches:
only:
- develop
- hotfix/v9.1

pull_requests:
do_not_increment_build_number: true
Expand Down

0 comments on commit 599efa4

Please sign in to comment.