Преглед изворни кода

Fix to rebuild src prior to running benchmarks

csharptest пре 14 година
родитељ
комит
09f3ead994
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build/Common.targets

+ 1 - 1
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>