Skip to content

Commit 63c7ad6

Browse files
authored
Merge pull request #5 from TechNobre/develop
Develop nuget
2 parents a9e482f + 24cc339 commit 63c7ad6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Create the Package
3030
run: dotnet pack --configuration Release
3131

32-
# - name: Publish
33-
# run: dotnet nuget push "./src/bin/PowerUtils.Geolocation.*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
32+
- name: Publish
33+
run: dotnet nuget push "./src/bin/PowerUtils.Geolocation.*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

tests/PowerUtils.Geolocation.Tests/PowerUtils.Geolocation.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
<ItemGroup>
23-
<PackageReference Include="FluentAssertions" Version="6.3.0" />
23+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
2525
<PackageReference Include="xunit" Version="2.4.1" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)