File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2424 - name : Build project
2525 run : dotnet build Neomaster.JsonToLinq/Neomaster.JsonToLinq.csproj --configuration Release --no-restore
2626
27+ - name : Run unit tests
28+ run : dotnet test --configuration Release --no-build
29+
2730 - name : Pack NuGet package
2831 run : dotnet pack Neomaster.JsonToLinq/Neomaster.JsonToLinq.csproj --configuration Release --no-build --output ./nupkg
2932
Original file line number Diff line number Diff line change 99 <NoWarn >$(NoWarn);IDE0079</NoWarn >
1010 <PackageId >JsonToLinq</PackageId >
1111 <PackageIcon >logo.png</PackageIcon >
12- <Version >1.0.0-rc906 </Version >
12+ <Version >1.0.0-rc907 </Version >
1313 <Authors >Neomaster</Authors >
1414 <Company >Neomaster</Company >
1515 <Copyright >Copyright © 2025 Neomaster</Copyright >
You can’t perform that action at this time.
0 commit comments