From f5d510fbb7a3e603ec6e67baa47fce22336e676f Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Thu, 11 Jul 2024 15:56:07 -0700 Subject: [PATCH] Release 1.12.8 --- .github/workflows/develop-ci.yml | 2 ++ .github/workflows/main-ci.yml | 1 + Source/Juego.sln | 3 +++ Source/Juego/Juego.csproj | 10 +++++----- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 5a88e6a..1436c3d 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -4,6 +4,8 @@ on: workflow_dispatch: pull_request: branches: [ develop ] + push: + branches: [ develop ] jobs: build: diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index cc7eef4..b01ed6d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -3,6 +3,7 @@ name: Main Build on: workflow_dispatch: pull_request: + branches: [ main ] push: branches: [ main ] diff --git a/Source/Juego.sln b/Source/Juego.sln index 9d92a94..f60f0fc 100644 --- a/Source/Juego.sln +++ b/Source/Juego.sln @@ -1,3 +1,4 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32014.148 @@ -26,6 +27,8 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {CB582CC6-C626-484E-9742-43FD65FE8158} EndGlobalSection diff --git a/Source/Juego/Juego.csproj b/Source/Juego/Juego.csproj index b9fec6c..be2a8ef 100644 --- a/Source/Juego/Juego.csproj +++ b/Source/Juego/Juego.csproj @@ -24,10 +24,10 @@ - - - - - + + + + +