Browse Source

Fixed build (missing UpdateAssemblyInfo.exe in PrepareRelease).

pull/1/head
Daniel Grunwald 15 years ago
parent
commit
38888dd9e8
  1. 1
      src/Tools/Tools.build

1
src/Tools/Tools.build

@ -54,6 +54,7 @@ @@ -54,6 +54,7 @@
<Target Name="PrepareRelease">
<!--<MSBuild Projects="@(PrepareReleaseProject)" Targets="Build"/>-->
<MSBuild Projects="UpdateAssemblyInfo\UpdateAssemblyInfo.csproj" Targets="Build" Properties="Configuration=Debug"/>
<Exec Command="UpdateAssemblyInfo.exe --REVISION" WorkingDirectory = "UpdateAssemblyInfo\bin\Debug" Timeout = "60000" IgnoreExitCode = "false"/>
</Target>

Loading…
Cancel
Save