From e80b415c42d959f6f70671619ce5611ac7578671 Mon Sep 17 00:00:00 2001 From: Joseph Argento Date: Fri, 12 Apr 2024 10:17:21 -0500 Subject: [PATCH] test --- .github/workflows/test-dotnet-samples.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index cafb7d6..41e7b41 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -129,6 +129,10 @@ jobs: esac fi + - name: Nuget package installation + run: | + dotnet restore + - name: Build samples working-directory: ${{ matrix.dir }} run: |