瀏覽代碼

Fixed a output directory path bug that caused RunBenchmark to fail

ArnoldZokas 15 年之前
父節點
當前提交
8c5121bc62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/Common.targets

+ 1 - 1
build/Common.targets

@@ -52,7 +52,7 @@
 	</Target>
 
 	<Target Name="_RunBenchmarks">
-		<Exec Command="&quot;$(ProtoBenchExePath)&quot; Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > &quot;$(BuildTempDirectory)\BenchmarkResults.txt&quot;" />
+		<Exec Command="&quot;$(ProtoBenchExePath)&quot; Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > &quot;$(BuildTempDirectory)\..\BenchmarkResults.txt&quot;" />
 	</Target>
 
 </Project>