Skip to content

Commit

Permalink
Update test#531.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Jul 5, 2024
1 parent a2d616d commit 9cef1a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test#531.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ jobs:
dotnet-version: '8.0.x' # Specify the .NET 8.0 SDK version

- name: Restore dependencies
run: dotnet restore test-proj.csproj

- name: Build
run: dotnet build --no-restore test-proj.csproj
- run: dotnet restore test-proj.csproj
- run: dotnet build --no-restore test-proj.csproj

0 comments on commit 9cef1a7

Please sign in to comment.