Skip to content

Commit

Permalink
Testing GitHub Actions Runner Controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottArbeit committed Oct 26, 2023
1 parent 03ea5ac commit c67a08c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
include-prerelease: true
#dotnet-quality: 'preview'
# - name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 8.0.x
# #include-prerelease: true
# dotnet-quality: 'preview'
- name: Restore dependencies
run: dotnet restore Grace.sln
working-directory: src
Expand Down

0 comments on commit c67a08c

Please sign in to comment.