File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,6 +190,6 @@ jobs:
190190 if : steps.check_tag.outputs.statusCode == '404'
191191 run : |
192192 dotnet pack -o out -c Release
193- dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
193+ dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN} --skip-duplicate
194194 env :
195195 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
44 <PropertyGroup >
5- <Copyright >2015-2023 The Neo Project</Copyright >
6- <VersionPrefix >3.6.2 </VersionPrefix >
5+ <Copyright >2015-2024 The Neo Project</Copyright >
6+ <VersionPrefix >3.7.1 </VersionPrefix >
77 <TargetFramework >net8.0</TargetFramework >
88 <Authors >The Neo Project</Authors >
99 <PackageProjectUrl >https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments