Skip to content

Changed CT1712 to allow discards in parethesized lambda expression. #11

Changed CT1712 to allow discards in parethesized lambda expression.

Changed CT1712 to allow discards in parethesized lambda expression. #11

name: Build and Test
on:
push:
branches:
- 'master'
- 'feature/github-actions'
pull_request:
branches:
- 'master'
jobs:
build-and-test-windows:
name: Build and test (Windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build and test
shell: pwsh
run: |
.\Build.ps1
build-and-test-linux:
name: Build and test (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and test
shell: pwsh
run: |
.\Build.ps1 -SkipVsix