Skip to content

Commit

Permalink
Fix appveyor and release
Browse files Browse the repository at this point in the history
  • Loading branch information
gavazquez committed Sep 30, 2018
1 parent f3a222e commit b764926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions System.Threading/System.Threading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ConsolePause>False</ConsolePause>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<DefineConstants>NET_4_5;UNITY</DefineConstants>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_build:
after_build:
#ClientUpdater post build commands
- ps: mkdir "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
- ps: xcopy /s/y "$env:appveyor_build_folder\TPL4Unity\bin\$env:configuration\*.*" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
- ps: xcopy /s/y "$env:appveyor_build_folder\System.Threading\bin\$env:configuration\*.*" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
#7zip everything
- ps: 7z a "$env:appveyor_build_folder\TPL4Unity-$env:configuration.zip" "$env:appveyor_build_folder\FinalFiles\$env:configuration\TPL4Unity"
#---------------------------------#
Expand Down

0 comments on commit b764926

Please sign in to comment.