Skip to content

Commit

Permalink
fix for nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hkutluay committed May 13, 2022
1 parent 083e85b commit 000c0b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Add Nuget source
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config

- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down

0 comments on commit 000c0b6

Please sign in to comment.