From 83357558fe4de64c61e1494cccb9ca2654335592 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sun, 20 Oct 2024 01:02:16 +0300 Subject: [PATCH] Added default info --- .github/workflows/reusable-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 687372510..6ecc0b7b4 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -101,6 +101,10 @@ jobs: with: architecture: ${{inputs.architecture}} + - name: Get Installed .NET Information for Default + run: 'dotnet --info' + shell: pwsh + - name: Get Installed .NET Information for ${{inputs.architecture}} run: '& "${{steps.get-dotnet-path.outputs.path}}" --info' shell: pwsh