oops all idiots
Public Preview Builds / publish-preview (push) Failing after 49s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-26 17:30:37 +01:00
parent d67d2b9997
commit 819bcbde08
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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