mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Update appveyor.yml
Workaround for Github requiring strong crypto.
This commit is contained in:
parent
a24b02f5cc
commit
c3d3aaeeee
@ -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
|
||||
@ -8,4 +11,4 @@ artifacts:
|
||||
- path: Release/test.zip
|
||||
name: test.zip
|
||||
- path: Release/foo_input_vgmstream.fb2k-component
|
||||
name: foo_input_vgmstream.fb2k-component
|
||||
name: foo_input_vgmstream.fb2k-component
|
||||
|
Loading…
Reference in New Issue
Block a user