Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Aug 7, 2024
1 parent 6652888 commit 59b9754
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,10 @@ jobs:
dotnet-quality: preview

- name: Restore the Skylark
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }} --configfile NuGet.Config
env:
NUGET_CONFIG_PATH: ./NuGet.Config
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }} --configfile ./NuGet.Config

- name: Build the Skylark
run: dotnet build ${{ matrix.solution }} -c ${{ matrix.configuration }} --no-restore /nowarn:CS0067,CS0108,CS0109,CS0114,CS0169,CS0414,CS0649,CA1416,NU5104,NETSDK1138,SYSLIB0003

- name: Test the Skylark
run: dotnet test ${{ matrix.solution }} -c ${{ matrix.configuration }} --no-build --verbosity normal
env:
NUGET_CONFIG_PATH: ./NuGet.Config
run: dotnet test ${{ matrix.solution }} -c ${{ matrix.configuration }} --no-build --verbosity normal

0 comments on commit 59b9754

Please sign in to comment.