浏览代码

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>