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