Commit fca5d2b6 authored by ArnoldZokas's avatar ArnoldZokas

Removed obsolete messages from build

parent eb577e60
......@@ -154,13 +154,11 @@
<!--target groups-->
<Target Name="Build" DependsOnTargets="_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource">
<Message Text="BEFORE" Importance="high" />
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="_Clean;_Compile" Properties="ForceTargets=true" />
<CallTarget Targets="_Test" />
</Target>
<Target Name="BuildAll" DependsOnTargets="_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource">
<Message Text="BEFORE" Importance="high" />
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="_Clean;_Compile" Properties="ForceTargets=true" />
<CallTarget Targets="_Test;_Package" />
</Target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment