Skip to content

Commit b764926

Browse files
committed
Fix appveyor and release
1 parent f3a222e commit b764926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

System.Threading/System.Threading.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
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" />

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before_build:
5252
after_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
#---------------------------------#

0 commit comments

Comments
 (0)