Skip to content

Commit

Permalink
unity
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Nov 7, 2024
1 parent 00fdd3f commit e59e3a1
Show file tree
Hide file tree
Showing 8 changed files with 1,201 additions and 4,396 deletions.
2 changes: 1 addition & 1 deletion build/Build.CodeGeneration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ partial class Build
"StaticWebApps.json",
"Teams.json",
"TestCloud.json",
// "Unity.json",
"Unity.json",
"VSTest.json",
"VSWhere.json",
"WebConfigTransformRunner.json",
Expand Down
5,298 changes: 1,127 additions & 4,171 deletions source/Nuke.Common/Tools/Unity/Unity.Generated.cs

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions source/Nuke.Common/Tools/Unity/Unity.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"customAssertion": true,
"definiteArgument": "-createManualActivationFile",
"settingsClass": {
"baseClass": "UnityBaseSettings"
"baseClass": "UnityOptionsBase"
}
},
{
Expand All @@ -26,7 +26,7 @@
"customStart": true,
"customAssertion": true,
"settingsClass": {
"baseClass": "UnityBaseSettings",
"baseClass": "UnityOptionsBase",
"properties": [
{
"name": "LicenseFile",
Expand All @@ -43,7 +43,7 @@
"customStart": true,
"customAssertion": true,
"settingsClass": {
"baseClass": "UnityProjectSettings",
"baseClass": "UnityProjectOptions",
"properties": [
{
"name": "BuildLinux32Player",
Expand Down Expand Up @@ -155,7 +155,7 @@
"customAssertion": true,
"definiteArgument": "-returnlicense",
"settingsClass": {
"baseClass": "UnityBaseSettings"
"baseClass": "UnityOptionsBase"
}
},
{
Expand All @@ -166,7 +166,7 @@
"customAssertion": true,
"definiteArgument": "-runTests",
"settingsClass": {
"baseClass": "UnityProjectSettings",
"baseClass": "UnityProjectOptions",
"properties": [
{
"name": "TestCategories",
Expand All @@ -192,7 +192,7 @@
},
{
"name": "TestPlatform",
"type": "string",
"type": "UnityTestPlatform",
"format": "-testPlatform {value}",
"help": "The platform to run tests on."
}
Expand Down Expand Up @@ -248,7 +248,8 @@
],
"dataClasses": [
{
"name": "UnityBaseSettings",
"name": "UnityOptionsBase",
"baseClass": "ToolOptions",
"extensionMethods": true,
"properties": [
{
Expand Down Expand Up @@ -279,8 +280,8 @@
]
},
{
"name": "UnityProjectSettings",
"baseClass": "UnityBaseSettings",
"name": "UnityProjectOptions",
"baseClass": "UnityOptionsBase",
"extensionMethods": true,
"properties": [
{
Expand All @@ -291,7 +292,7 @@
},
{
"name": "BuildTarget",
"type": "string",
"type": "UnityBuildTarget",
"format": "-buildTarget {value}",
"help": "Allows the selection of an active build target before a project is loaded."
},
Expand Down
25 changes: 0 additions & 25 deletions source/Nuke.Common/Tools/Unity/UnityBaseSettings.cs

This file was deleted.

24 changes: 0 additions & 24 deletions source/Nuke.Common/Tools/Unity/UnityProjectSettingsExtensions.cs

This file was deleted.

38 changes: 0 additions & 38 deletions source/Nuke.Common/Tools/Unity/UnityRunTestsSettingsExtensions.cs

This file was deleted.

Loading

0 comments on commit e59e3a1

Please # to comment.