Skip to content

Commit

Permalink
Trigger NuGet test, fix CI NuGet error
Browse files Browse the repository at this point in the history
  • Loading branch information
buybackoff committed Jul 5, 2022
1 parent e5b4ddc commit 885d0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ jobs:
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
if: github.event_name == 'release'
run: dotnet nuget push artifacts/**/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true --api-key "$env:NUGET_API_KEY"
run: dotnet nuget push artifacts/**/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols --api-key "$env:NUGET_API_KEY"

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="HdrHistogram" Version="2.5.0" />
<PackageReference Include="Spreads.Native" Version="2021.1.331" />
<PackageReference Include="Spreads.Native" Version="2022.1.704" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
Expand Down

0 comments on commit 885d0a5

Please sign in to comment.