Skip to content

Commit 924ba4d

Browse files
Copilotatifaziz
andcommitted
Add Roslyn 4.4 variant build step to CI workflow
Co-authored-by: atifaziz <20511+atifaziz@users.noreply.github.com>
1 parent d9307d7 commit 924ba4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Build
5151
run: dotnet build --configuration ${{ env.CONFIGURATION }}
5252

53+
- name: Build Roslyn 4.4 variant
54+
run: dotnet build src/DocoptNet/DocoptNet.csproj -f netstandard2.0 -p:RoslynVersion=4.4 --configuration ${{ env.CONFIGURATION }}
55+
5356
- name: Pack (Windows only)
5457
if: runner.os == 'Windows'
5558
shell: pwsh

0 commit comments

Comments
 (0)