From 5923a0f3497fcc6c0e55b9e9a936e686dddde371 Mon Sep 17 00:00:00 2001 From: Angelo Santos <119262859+Anjocaido13@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:37:14 -0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 037ff60..c93c02f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,8 +17,10 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - name: Display directory contents + - name: Display root directory contents run: ls -la + - name: Display XPhone directory contents + run: ls -la XPhone - name: Restore dependencies run: dotnet restore ./XPhone.sln - name: Build