Skip to content

chore(deps): update xunit-dotnet monorepo to v2.8.0 (#653) #169

chore(deps): update xunit-dotnet monorepo to v2.8.0 (#653)

chore(deps): update xunit-dotnet monorepo to v2.8.0 (#653) #169

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
configuration: Release
productNamespacePrefix: "ReactiveUI.Validation"
dotNetBuild: true
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}