Skip to content

Commit

Permalink
Removed previous added prebuild events that are now handled by appvey…
Browse files Browse the repository at this point in the history
…or directly
  • Loading branch information
Pyrdacor committed Apr 23, 2019
1 parent 9ce394b commit faa6d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Freeserf.Network/Freeserf.Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
<ProjectReference Include="..\Freeserf.Core\Freeserf.Core.csproj" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="nuget restore -verbosity detailed" />
</Target>

</Project>
3 changes: 2 additions & 1 deletion Freeserf.net/Freeserf.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>nuget restore</PreBuildEvent>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit faa6d61

Please sign in to comment.