Skip to content

Commit 39360ea

Browse files
committed
2.2.4
1 parent 139a9fd commit 39360ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ install:
1616
- cmd: >-
1717
cd /d c:\tools\vcpkg
1818
19-
rem git reset --hard
19+
git reset --hard
2020
21-
rem git clean -ffdx
21+
git clean -ffdx
2222
23-
rem git pull
23+
git pull
2424
25-
rem bootstrap-vcpkg.bat
25+
bootstrap-vcpkg.bat
2626
2727
cd /d c:\projects\CommandTrayHost
2828
@@ -34,7 +34,7 @@ before_build:
3434
- cmd: >-
3535
C:\Python36\Scripts\pip.exe install chardet pytz
3636
37-
C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 2 3
37+
C:\Python36\python.exe version_set.py %APPVEYOR_BUILD_NUMBER% 2 2 4
3838
build:
3939
project: c:\projects\CommandTrayHost\CommandTrayHost.sln
4040
verbosity: minimal

0 commit comments

Comments
 (0)