~ruther/NosSmooth.Local

09f77a06dbfac04e6f65717e0043845d75d81e28 — Rutherther 2 years ago 98c5055 2023.1
ci: specify a solution for restore and test
1 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/build-test.yml
M .github/workflows/build-test.yml => .github/workflows/build-test.yml +2 -2
@@ 23,11 23,11 @@ jobs:
          6.0.x
          7.0.x
    - name: Restore dependencies
      run: dotnet restore
      run: dotnet restore NosSmooth.Local.NoInject.sln
    - name: Build
      run: dotnet build NosSmooth.Local.NoInject.sln --no-restore --version-suffix "main$GITHUB_RUN_ID"
    - name: Test
      run: dotnet test --no-build --verbosity normal
      run: dotnet test NosSmooth.Local.NoInject.sln --no-build --verbosity normal

    - name: Pack app
      if: github.ref == 'refs/heads/main' && github.event_name == 'push'

Do not follow this link