Skip to content

Commit

Permalink
explicitly install .net6
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Dec 4, 2021
1 parent 88a8488 commit 4e3f303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Setup PowerShell Policy
run: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force

- name: Install .NET 6
run: choco install dotnet-sdk

- name: Download Publish Script
run: powershell Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dragonfruitnetwork/publish-script/main/nuget.ps1" -OutFile ".\nuget.ps1"

Expand Down

0 comments on commit 4e3f303

Please sign in to comment.