mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
Update appveyor.yml
Remove TLS 1.2 fix, as it appears to be integrated into AppVeyor now.
This commit is contained in:
parent
ee26f6ca53
commit
4c8d6cffbc
@ -1,9 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user