This commit is contained in:
Cody Robibero 2021-11-20 10:03:07 -07:00
parent 719aa20dca
commit 23b217e11f

View File

@ -26,6 +26,9 @@ jobs:
with:
dotnet-version: "5.0.x"
- name: Install dotnet-setversion
run: dotnet tool install -g dotnet-setversion
- name: Restore packages
run: dotnet restore