diff --git a/ci/dotnet.yml b/ci/dotnet.yml index 4cb32c0..354d2dc 100644 --- a/ci/dotnet.yml +++ b/ci/dotnet.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.301 - - name: Install dependencies + - name: Restore dependencies run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore