aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Common.targets b/build/Common.targets
index 1e176bc8..4ea10aa8 100644
--- a/build/Common.targets
+++ b/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> \ No newline at end of file