Skip to content

Commit

Permalink
Merge pull request #1809 from qdraw/feature/202411_nuget_update
Browse files Browse the repository at this point in the history
nuget update packages
  • Loading branch information
qdraw authored Nov 9, 2024
2 parents 2d46d26 + 0bf68a5 commit f735364
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 64 deletions.
124 changes: 65 additions & 59 deletions starsky/.nuke/build.schema.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"Branch": {
"type": "string",
"description": "Overwrite branch name"
},
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"NoClient": {
"type": "boolean",
"description": "Skip clientside code"
},
"NoDependencies": {
"type": "boolean",
"description": "Skip Dependencies download e.g. exiftool / geo data, nuget/npm deps are always installed"
},
"NoPublish": {
"type": "boolean",
"description": "Skip Publish step"
},
"NoSonar": {
"type": "boolean",
"description": "Is SonarQube Disabled"
},
"NoTest": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoTests": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoUnitTest": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoUnitTests": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"ReadyToRun": {
"type": "boolean",
"description": "Enable Ready to run builds"
},
"Runtime": {
"type": "string",
"description": "Runtime arg"
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
}
},
"definitions": {
"Host": {
"type": "string",
Expand Down Expand Up @@ -162,5 +104,69 @@
}
}
},
"$ref": "#/definitions/NukeBuild"
"allOf": [
{
"properties": {
"Branch": {
"type": "string",
"description": "Overwrite branch name"
},
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"NoClient": {
"type": "boolean",
"description": "Skip clientside code"
},
"NoDependencies": {
"type": "boolean",
"description": "Skip Dependencies download e.g. exiftool / geo data, nuget/npm deps are always installed"
},
"NoPublish": {
"type": "boolean",
"description": "Skip Publish step"
},
"NoSonar": {
"type": "boolean",
"description": "Is SonarQube Disabled"
},
"NoTest": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoTests": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoUnitTest": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"NoUnitTests": {
"type": "boolean",
"description": "Is Unit Test Disabled (same as NoUnitTest, NoUnitTests, NoTest and NoTests)"
},
"ReadyToRun": {
"type": "boolean",
"description": "Enable Ready to run builds"
},
"Runtime": {
"type": "string",
"description": "Runtime arg"
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
}
}
},
{
"$ref": "#/definitions/NukeBuild"
}
]
}
2 changes: 1 addition & 1 deletion starsky/build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0"/>
<PackageReference Include="Nuke.Common" Version="8.1.2" />
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<PackageReference Include="ReportGenerator.Core" Version="5.2.5" />
<PackageReference Include="SimpleExec" Version="12.0.0"/>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions starsky/nuget-packages-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.10",
"Microsoft.Extensions.Hosting 8.0.1",
"Microsoft.NET.Test.Sdk 17.11.1",
"MSTest.TestAdapter 3.6.1",
"MSTest.TestFramework 3.6.1",
"MSTest.TestAdapter 3.6.2",
"MSTest.TestFramework 3.6.2",
"coverlet.collector 6.0.2",
"Microsoft.AspNetCore.Mvc.Formatters.Json 2.2.0",
"Microsoft.AspNetCore.Identity 2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions starsky/starskytest/starskytest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1"/>
<PackageReference Include="MSTest.TestFramework" Version="3.6.1"/>
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit f735364

Please sign in to comment.