Skip to content

Commit

Permalink
Work around nuget issue (actions/setup-dotnet#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Dec 20, 2020
1 parent b2bfd77 commit 277bb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Clean
run: dotnet clean ./src/ualbion.sln --configuration Release && dotnet nuget locals all --clear
- name: Build with dotnet
run: dotnet build --configuration Release src/UAlbion/UAlbion.csproj
- name: Test with dotnet
Expand Down

0 comments on commit 277bb6b

Please sign in to comment.