File tree Expand file tree Collapse file tree
System.Text.Json.Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
6161 - name : Publish the package to GPR
6262 if : success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
63- run : dotnet nuget push System.Text.Json.Extensions/bin/Release/
63+ run : dotnet nuget push System.Text.Json.Extensions/bin/Release/*.nupkg
6464 - name : Bump versions
6565 if : success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
6666 uses : SiqiLu/dotnet-bump-version@1.0.1
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.1</TargetFramework >
55 <PackageId >System.Text.Json.Extensions</PackageId >
6- <Version >1.0.1 </Version >
6+ <Version >1.0.2 </Version >
77 <PublishRepositoryUrl >true</PublishRepositoryUrl >
8+ <!--
9+ It seems that GPR currently doesn't work with snupkg, claiming that the nupkg already exists
810 <IncludeSymbols>true</IncludeSymbols>
911 <SymbolPackageFormat>snupkg</SymbolPackageFormat>
12+ -->
13+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1014 </PropertyGroup >
1115
1216 <ItemGroup >
You can’t perform that action at this time.
0 commit comments