Skip to content

Update Roslyn (Microsoft.CodeAnalysis) #2236

Update Roslyn (Microsoft.CodeAnalysis)

Update Roslyn (Microsoft.CodeAnalysis) #2236

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
permissions:
contents: read
actions: write
env:
productNamespacePrefix: "Refit"
jobs:
build:
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
productNamespacePrefix: "Refit"
srcFolder: "./src"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}