From 60db0ec1c46758f5666c0533760a70c3e7d51222 Mon Sep 17 00:00:00 2001 From: Erik Mavrinac Date: Mon, 5 Feb 2024 10:45:21 -0800 Subject: [PATCH] More CI trace outputs --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0077a9c..70fb667 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,6 +27,10 @@ jobs: Set-StrictMode -Version latest $ErrorActionPreference = "Stop" + Write-Host "Installing ProjFS..." enable-WindowsOptionalFeature -online -featurename client-projfs + + Write-Host "" + Write-Host "Running tests" dotnet test --no-build --configuration Release shell: powershell