File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 - name : Display structure of downloaded files
5151 run : ls -R .
5252 - name : Test
53- run : dotnet test --no-build --verbosity normal
53+ run : dotnet test --no-restore --no- build --verbosity normal
5454
5555 benchmark :
5656 needs : [build]
7878 merge-multiple : true
7979 - name : Decode Benchmark
8080 working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
81- run : dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
81+ run : dotnet run -c Release --no-restore --no-build --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
8282 - name : Encode Benchmark
8383 working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
84- run : dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
84+ run : dotnet run -c Release --no-restore --no-build --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
You can’t perform that action at this time.
0 commit comments