chore(deps): update dependency roslynator.analyzers to 4.12.7 #779
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sample Build | ||
on: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'samples/**' | ||
- '.github/**' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'samples/**' | ||
- '.github/**' | ||
jobs: | ||
build: | ||
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | ||
with: | ||
configuration: Release | ||
productNamespacePrefix: "ReactiveUI.Validation" | ||
useVisualStudioPreview: false | ||
useMauiCheckDotNetTool: false | ||
Check failure on line 22 in .github/workflows/build-samples.yml GitHub Actions / Sample BuildInvalid workflow file
|
||
srcFolder: 'samples' | ||
solutionFile: 'LoginApp.sln' | ||
performTests: false | ||