From 7220aa191e2988e0a516a6949babf19b5a621c4c Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Mon, 16 Mar 2020 16:41:35 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f0327d10..5c6d7b2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,12 +50,8 @@ environment: matrix: - platform: x86 configuration: Debug - DNVer: net472 - DNCVer: netcoreapp3.1 - platform: x86 configuration: Release - DNVer: net472 - DNCVer: netcoreapp3.1 # this is how to allow failing jobs in the matrix matrix: @@ -123,7 +119,7 @@ after_build: $ExeHashFile = "$Exefile.hash" New-Item $WorkingFolder -ItemType Directory -Force - Copy-Item $env:APPVEYOR_BUILD_FOLDER\shadowsocks-csharp\bin\$env:PLATFORM\$env:CONFIGURATION\$env:$DNVer\Shadowsocks.exe $WorkingFolder\Shadowsocks.exe + Copy-Item $env:APPVEYOR_BUILD_FOLDER\shadowsocks-csharp\bin\$env:PLATFORM\$env:CONFIGURATION\net472\Shadowsocks.exe $WorkingFolder\Shadowsocks.exe Copy-Item $WorkingFolder\Shadowsocks.exe $ExeFile CalculateHash -file $Exefile | Out-File -FilePath $ExeHashFile