diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index 7a72f34..eb4cbaa 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -89,11 +89,18 @@ "type": "string", "enum": [ "Compile", + "DotnetTest", "GenerateTools", "Info", "PublishNuget", "Restore", - "Test" + "Test", + "TestUE_4_27", + "TestUE_5_1", + "TestUE_5_2", + "TestUE_5_3", + "TestUE_5_4", + "TestUE_5_5" ] } }, @@ -108,11 +115,18 @@ "type": "string", "enum": [ "Compile", + "DotnetTest", "GenerateTools", "Info", "PublishNuget", "Restore", - "Test" + "Test", + "TestUE_4_27", + "TestUE_5_1", + "TestUE_5_2", + "TestUE_5_3", + "TestUE_5_4", + "TestUE_5_5" ] } }, diff --git a/build/_build.csproj b/build/_build.csproj index c14275a..aeb2a5b 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Nuke.Unreal.Ini/Nuke.Unreal.Ini.csproj b/src/Nuke.Unreal.Ini/Nuke.Unreal.Ini.csproj index acab57f..1563a0d 100644 --- a/src/Nuke.Unreal.Ini/Nuke.Unreal.Ini.csproj +++ b/src/Nuke.Unreal.Ini/Nuke.Unreal.Ini.csproj @@ -2,7 +2,7 @@ netstandard2.0 md.Nuke.Unreal.Ini - 2.0.9 + 2.0.16 David Mórász mcro.de Ini configuration parser for Unreal Engine diff --git a/src/Nuke.Unreal/Nuke.Unreal.csproj b/src/Nuke.Unreal/Nuke.Unreal.csproj index f178de4..90e814c 100644 --- a/src/Nuke.Unreal/Nuke.Unreal.csproj +++ b/src/Nuke.Unreal/Nuke.Unreal.csproj @@ -4,7 +4,7 @@ 11.0 enable md.Nuke.Unreal - 2.0.9 + 2.0.16 David Mórász mcro.de Commonly used Unreal Engine targets and tasks for the Nuke execution engine @@ -32,7 +32,7 @@ - +