Fixed a output directory path bug that caused RunBenchmark to fail
This commit is contained in:
parent
df9b57896d
commit
8c5121bc62
@ -52,7 +52,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="_RunBenchmarks">
|
<Target Name="_RunBenchmarks">
|
||||||
<Exec Command=""$(ProtoBenchExePath)" Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > "$(BuildTempDirectory)\BenchmarkResults.txt"" />
|
<Exec Command=""$(ProtoBenchExePath)" Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > "$(BuildTempDirectory)\..\BenchmarkResults.txt"" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user