ソースを参照

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>