Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
d67d2b9997
commit
819bcbde08
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Build
|
||||
run: dotnet build -c Release -p:SymbolPackageFormat=symbols.nupkg -p:ContinuousIntegrationBuild=true
|
||||
- name: Publish
|
||||
|
|
2
.github/workflows/benckmark.yaml
vendored
2
.github/workflows/benckmark.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
name: Benchmark.Net Benchmark
|
||||
tool: 'benchmarkdotnet'
|
||||
output-file-path: 'BenchmarkDotNet.Artifacts/results/Program.Benchmarks-report-full.json'
|
||||
github-token: $ {{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
auto-push: true
|
||||
alert-threshold: '200%'
|
||||
comment-on-alert: true
|
||||
|
|
Loading…
Reference in a new issue