From 7e941698869fc0e1ea22446a67232dec529c8912 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Tue, 13 Aug 2024 11:59:51 +0200 Subject: [PATCH] GitHubSync update --- deployment/cake/sourcecontrol-github.cake | 2 +- deployment/cake/tasks.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/cake/sourcecontrol-github.cake b/deployment/cake/sourcecontrol-github.cake index b7c03bf..272080d 100644 --- a/deployment/cake/sourcecontrol-github.cake +++ b/deployment/cake/sourcecontrol-github.cake @@ -1,4 +1,4 @@ -#addin "nuget:?package=Cake.GitHub&version=0.1.0" +#addin "nuget:?package=Cake.GitHub&version=1.0.0" #addin "nuget:?package=Octokit&version=13.0.1" //------------------------------------------------------------- diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index 6ff0088..e3212cd 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -36,7 +36,7 @@ // It probably means the tool is not correctly installed. // `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources` //#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0" -#tool "nuget:?package=dotnet-sonarscanner&version=7.1.1" +#tool "nuget:?package=dotnet-sonarscanner&version=8.0.0" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START