We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139a9fd commit 39360eaCopy full SHA for 39360ea
appveyor.yml
@@ -16,13 +16,13 @@ install:
16
- cmd: >-
17
cd /d c:\tools\vcpkg
18
19
- rem git reset --hard
+ git reset --hard
20
21
- rem git clean -ffdx
+ git clean -ffdx
22
23
- rem git pull
+ git pull
24
25
- rem bootstrap-vcpkg.bat
+ bootstrap-vcpkg.bat
26
27
cd /d c:\projects\CommandTrayHost
28
@@ -34,7 +34,7 @@ before_build:
34
35
C:\Python36\Scripts\pip.exe install chardet pytz
36
37
- C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 2 3
+ C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 2 4
38
build:
39
project: c:\projects\CommandTrayHost\CommandTrayHost.sln
40
verbosity: minimal
0 commit comments