From b11f74250d0e63c78775ec37803f5c4d8a4849b9 Mon Sep 17 00:00:00 2001 From: Student Main Date: Sat, 28 Mar 2020 04:21:23 +0800 Subject: [PATCH] update appveyor target --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bc7878ec..be3ebff4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,9 +54,9 @@ environment: # my_secure_var1: # secure: FW3tJ3fMncxvs58/ifSP7w== matrix: - - platform: x86 + - platform: Any CPU configuration: Debug - - platform: x86 + - platform: Any CPU configuration: Release # this is how to allow failing jobs in the matrix @@ -132,7 +132,7 @@ after_build: Copy-Item $env:APPVEYOR_BUILD_FOLDER\shadowsocks-csharp\bin\$env:CONFIGURATION\netcoreapp3.1\Shadowsocks.dll $WorkingFolder\Shadowsocks.dll Copy-Item $WorkingFolder\Shadowsocks.exe $ExeFile - Copy-Item $WorkingFolder\Shadowsocks.dll $DllFile + # Copy-Item $WorkingFolder\Shadowsocks.dll $DllFile CalculateHash -file $Exefile | Out-File -FilePath $ExeHashFile CalculateHash -file $DllFile | Out-File -FilePath $DllHashFile