Fix include-templates matrix

This commit is contained in:
Will Jordan 2024-03-21 09:08:13 +01:00
parent 80700e5954
commit 46c92e0b15

View File

@ -26,6 +26,7 @@ jobs:
# Put the operating systems you want to run on here.
os: [ubuntu-latest, macos-latest, windows-latest]
use-dotnet: [false, true]
include-templates: [false, true]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
@ -51,7 +52,7 @@ jobs:
version: 4.0.0
use-dotnet: ${{ matrix.use-dotnet }}
include-templates: ${{ matrix.include-templates }}
- name: 🔬 Verify Dotnet
if: ${{ matrix.use-dotnet }}
run: |