Skip to content

Commit

Permalink
remove post-build step
Browse files Browse the repository at this point in the history
it was old and coupled to my desktop, my bad 🙈
  • Loading branch information
radumg committed Aug 18, 2018
1 parent d3cd081 commit 491ecb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DynaWeb/DynaWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>(robocopy $(OutDir) C:\users\radug\desktop\testing /W:3 /R:3 /IT /IS /XF *.tmp) ^&amp; IF %25ERRORLEVEL%25 LEQ 4 exit /B 0</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down

0 comments on commit 491ecb6

Please sign in to comment.