Update appveyor.yml

Remove TLS 1.2 fix, as it appears to be integrated into AppVeyor now.
This commit is contained in:
Christopher Snowhill 2018-03-17 14:06:49 -07:00 committed by GitHub
parent ee26f6ca53
commit 4c8d6cffbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,6 @@
version: 1.0.{build} version: 1.0.{build}
image: Visual Studio 2017 image: Visual Studio 2017
configuration: Release 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: build_script:
- ps: .\build.bat - ps: .\build.bat
test: off test: off