Skip to content

Commit

Permalink
Fix absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW committed Jul 1, 2020
1 parent 661a2da commit 8d8c397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msbuild Benchmarks\Benchmarks.csproj -t:restore -t:build /p:platform=x64 /p:configuration=release
dotnet S:\CsWinRT\Benchmarks\bin\x64\Release\netcoreapp2.0\Benchmarks.dll -filter * --runtimes netcoreapp2.0 netcoreapp3.1 netcoreapp5.0
dotnet %~dp0Benchmarks\bin\x64\Release\netcoreapp2.0\Benchmarks.dll -filter * --runtimes netcoreapp2.0 netcoreapp3.1 netcoreapp5.0
2 changes: 1 addition & 1 deletion benchmark_winmd.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msbuild Benchmarks\Benchmarks.csproj -t:restore -t:clean;rebuild /p:BenchmarkWinmdSupport=true /p:platform=x64 /p:configuration=release /p:TargetFramework=netcoreapp3.1
S:\CsWinRT\Benchmarks\bin\x64\Release\netcoreapp3.1\Benchmarks.exe -filter *
%~dp0Benchmarks\bin\x64\Release\netcoreapp3.1\Benchmarks.exe -filter *
rem Clean project to prevent mismatch scenarios with the typical benchmark.cmd scenario.
msbuild Benchmarks\Benchmarks.csproj -t:restore -t:clean /p:BenchmarkWinmdSupport=true /p:platform=x64 /p:configuration=release /p:TargetFramework=netcoreapp3.1 >nul

0 comments on commit 8d8c397

Please sign in to comment.