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 4, 2024
1 parent 7a17e41 commit 6f2edcd
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/test#531.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ jobs:
env:
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: 1
steps:
- uses: actions/checkout@v4
timeout-minutes: 1
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "7.0.x"
timeout-minutes: 1
- name: Restore dependencies
run: dotnet restore test-proj.csproj
- run: dotnet build --no-restore test-proj.csproj
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
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

0 comments on commit 6f2edcd

Please sign in to comment.