Skip to content

Commit c9f4efa

Browse files
Merge pull request #705 from WildGums/GitHubSync/20240728-214554
GitHubSync update
2 parents 9669f6a + b68be7d commit c9f4efa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/cake/lib-msbuild.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#addin "nuget:?package=Cake.Issues&version=4.8.1"
2-
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.8.1"
1+
#addin "nuget:?package=Cake.Issues&version=4.9.0"
2+
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.9.0"
33
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=8.0.0"
44

55
#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"

deployment/cake/tasks.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// It probably means the tool is not correctly installed.
3737
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
3838
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39-
#tool "nuget:?package=dotnet-sonarscanner&version=7.1.0"
39+
#tool "nuget:?package=dotnet-sonarscanner&version=7.1.1"
4040

4141
//-------------------------------------------------------------
4242
// BACKWARDS COMPATIBILITY CODE - START

0 commit comments

Comments
 (0)