Explorar o código

Fix to rebuild src prior to running benchmarks

csharptest %!s(int64=14) %!d(string=hai) anos
pai
achega
09f3ead994
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>