Fix Windows CI by removing leading 0 in packet versions

This commit is contained in:
Raymonf 2020-08-21 13:50:09 -04:00 committed by GitHub
parent df18f3ccd1
commit 7a46f061ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ for:
- image: Visual Studio 2019
build_script:
- ps: |
$versions = "0104", "0728"
$versions = "104", "728"
$configurations = "Release", "Debug"
# AppVeyor uses VS2019 Community