Skip to content

Commit

Permalink
Update managed-build.yml
Browse files Browse the repository at this point in the history
Install the .NET 6 SDK
  • Loading branch information
jstedfast authored Feb 22, 2024
1 parent ba19ad1 commit 98dad9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/managed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: nuget/[email protected]
- name: Setup/Install the .NET 6 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
- name: Restore
run: nuget restore src/BehaviorsSDKManaged/BehaviorsSDKManaged.sln
- uses: microsoft/[email protected]
Expand Down

0 comments on commit 98dad9e

Please sign in to comment.