Skip to content

Commit

Permalink
install .net 6 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Nov 4, 2021
1 parent 792e624 commit 80c2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force

- name: Install .NET 6 (Pre-release)
run: choco install dotnet --pre
run: choco install dotnet-sdk --pre

- 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 80c2915

Please sign in to comment.