Skip to content

Commit

Permalink
autobuild: fix nuget problems
Browse files Browse the repository at this point in the history
  • Loading branch information
meinname authored Apr 9, 2021
1 parent 96a1c9a commit 6de464c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: fix nuget problems
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config
- name: Build OpenBullet2
run: dotnet publish OpenBullet2/OpenBullet2.csproj -c Release -o .publish/OpenBullet2
- name: Build Updater
Expand Down

1 comment on commit 6de464c

@meinname
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more about this here:
actions/setup-dotnet#155 (comment)

Please sign in to comment.