Browse Source

update appveyor target

pull/2865/head
Student Main 4 years ago
parent
commit
b11f74250d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      appveyor.yml

+ 3
- 3
appveyor.yml View File

@@ -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


Loading…
Cancel
Save