Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Aug 30, 2018
1 parent 139a9fd commit 39360ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ install:
- cmd: >-
cd /d c:\tools\vcpkg
rem git reset --hard
git reset --hard
rem git clean -ffdx
git clean -ffdx
rem git pull
git pull
rem bootstrap-vcpkg.bat
bootstrap-vcpkg.bat
cd /d c:\projects\CommandTrayHost
Expand All @@ -34,7 +34,7 @@ before_build:
- cmd: >-
C:\Python36\Scripts\pip.exe install chardet pytz
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
build:
project: c:\projects\CommandTrayHost\CommandTrayHost.sln
verbosity: minimal
Expand Down

0 comments on commit 39360ea

Please sign in to comment.