We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c
1 parent 04238a1 commit 5f9196bCopy full SHA for 5f9196b
.github/workflows/dotnet.yml
@@ -145,4 +145,4 @@ jobs:
145
name: build
146
- name: Benchmark
147
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
148
- run: dotnet run -c Release -f net9.0 --filter '*'
+ run: dotnet run --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -f net9.0 --filter '*'
0 commit comments