Skip to content

chore(deps): update sentry-dotnet monorepo to 4.13.0 #390

chore(deps): update sentry-dotnet monorepo to 4.13.0

chore(deps): update sentry-dotnet monorepo to 4.13.0 #390

Workflow file for this run

name: Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore Felicity/Felicity.csproj
- name: Build application
run: dotnet build Felicity/Felicity.csproj --configuration Release --no-restore
- name: Check build status
run: dotnet build Felicity/Felicity.csproj --configuration Release --no-restore --no-incremental