Fix to rebuild src prior to running benchmarks

pull/288/head
csharptest 14 years ago
parent 167fba0188
commit 09f3ead994
  1. 2
      build/Common.targets

@ -58,7 +58,7 @@
</Target>
<!--## Benchmark ##-->
<Target Name="_GenerateBenchmarkSource" DependsOnTargets="_Clean">
<Target Name="_GenerateBenchmarkSource" DependsOnTargets="_Clean;_Compile">
<PropertyGroup>
<Args>$(BenchmarkProtosDirectory)\google_size.proto $(BenchmarkProtosDirectory)\google_speed.proto</Args>
</PropertyGroup>

Loading…
Cancel
Save