Skip to content

Commit

Permalink
Pin InspectCode to 2023.1.2 (cake-contrib#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Apr 15, 2024
1 parent c1981f8 commit 4c80e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/frosting/net6.0/build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static int Main(string[] args)
return new CakeHost()
.UseContext<BuildContext>()
.UseLifetime<Lifetime>()
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools"))
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2023.3.4"))
// Register Cake.Frosting.Issues.Recipe tasks.
.AddAssembly(Assembly.GetAssembly(typeof(IssuesTask)))
.Run(args);
Expand Down
2 changes: 1 addition & 1 deletion tests/frosting/net7.0/build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static int Main(string[] args)
return new CakeHost()
.UseContext<BuildContext>()
.UseLifetime<Lifetime>()
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools"))
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2023.3.4"))
// Register Cake.Frosting.Issues.Recipe tasks.
.AddAssembly(Assembly.GetAssembly(typeof(IssuesTask)))
.Run(args);
Expand Down
2 changes: 1 addition & 1 deletion tests/frosting/net8.0/build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static int Main(string[] args)
return new CakeHost()
.UseContext<BuildContext>()
.UseLifetime<Lifetime>()
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools"))
.InstallTool(new Uri("nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2023.3.4"))
// Register Cake.Frosting.Issues.Recipe tasks.
.AddAssembly(Assembly.GetAssembly(typeof(IssuesTask)))
.Run(args);
Expand Down

0 comments on commit 4c80e7a

Please sign in to comment.