Skip to content

Commit 5f9196b

Browse files
author
Petr Sramek
committed
zcs
1 parent 04238a1 commit 5f9196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ jobs:
145145
name: build
146146
- name: Benchmark
147147
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
148-
run: dotnet run -c Release -f net9.0 --filter '*'
148+
run: dotnet run --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -f net9.0 --filter '*'

0 commit comments

Comments
 (0)