Update appveyor.yml

Workaround for Github requiring strong crypto.
This commit is contained in:
Christopher Snowhill 2018-02-25 15:21:31 -08:00 committed by GitHub
parent a24b02f5cc
commit c3d3aaeeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
version: 1.0.{build}
image: Visual Studio 2017
configuration: Release
init:
- ps: new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";
- ps: new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";
build_script:
- ps: .\build.bat
test: off