Skip to content

Commit

Permalink
CODE RUB: Generated dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Sep 6, 2023
1 parent bb13e5f commit 589dfd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
runs-on: windows-2019
steps:
- name: Check Out
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup .Net
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.101
include-prerelease: true
- name: Restore
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 589dfd9

Please sign in to comment.