File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 <ConsolePause >False</ConsolePause >
3131 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
3232 <DefineConstants >NET_4_5;UNITY</DefineConstants >
33- <DebugType >pdbonly </DebugType >
34- <DebugSymbols >true </DebugSymbols >
33+ <DebugType >none </DebugType >
34+ <DebugSymbols >false </DebugSymbols >
3535 </PropertyGroup >
3636 <ItemGroup >
3737 <Compile Include =" Properties\AssemblyInfo.cs" />
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ before_build:
5252after_build :
5353# ClientUpdater post build commands
5454 - ps : mkdir "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
55- - ps : xcopy /s/y "$env:appveyor_build_folder\TPL4Unity \bin\$env:configuration\*.*" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
55+ - ps : xcopy /s/y "$env:appveyor_build_folder\System.Threading \bin\$env:configuration\*.*" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
5656 # 7zip everything
5757 - ps : 7z a "$env:appveyor_build_folder\TPL4Unity-$env:configuration.zip" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
5858# ---------------------------------#
You can’t perform that action at this time.
0 commit comments