diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 50d8cc3..0858ecb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Display XPhone directory contents run: ls -la XPhone - name: Restore dependencies - run: dotnet restore + run: dotnet restore dotnet restore ./XPhone/**/*.csproj - name: Build run: dotnet build ./XPhone --no-restore - name: Test