Skip to content

Commit 068e935

Browse files
author
Slava Buynov
committed
Merge branch 'master' of https://github.com/SlavaRa/fdplugin-quicknavigate into develop
2 parents 8bf5943 + 3d7b285 commit 068e935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
os: Visual Studio 2015
1+
os: Visual Studio 2017
22
environment:
33
ID: quicknavigate
4-
PLUGIN_VERSION: 2.9
4+
PLUGIN_VERSION: 3.0
55
PLUGIN_NAME: QuickNavigate
66
PLUGIN_DESC: Quickly navigate through Types, Fields, Projects and more
77
PLUGIN_PATH: C:\projects\FlashDevelop\External\Plugins\QuickNavigate
@@ -11,7 +11,7 @@ environment:
1111
APPMAN_TEMPLATE: C:\projects\FlashDevelop\External\Plugins\QuickNavigate\appman.template
1212
APPMAN_CONFIG_XML: appman.txt
1313
install:
14-
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
14+
- set PATH=С:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin;%PATH%
1515
version: $(PLUGIN_VERSION).{build}
1616
skip_tags: true
1717
init:

0 commit comments

Comments
 (0)