File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/PowerUtils.Geolocation.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Create the Package
30
30
run : dotnet pack --configuration Release
31
31
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
Original file line number Diff line number Diff line change 20
20
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" FluentAssertions" Version =" 6.3 .0" />
23
+ <PackageReference Include =" FluentAssertions" Version =" 6.4 .0" />
24
24
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
25
25
<PackageReference Include =" xunit" Version =" 2.4.1" />
26
26
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
You can’t perform that action at this time.
0 commit comments