File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ namespace DotNetNuke.Build
1313 public class Program
1414 {
1515 /// <summary>The version of the Microsoft.TestPlatform NuGet package.</summary>
16- internal const string MicrosoftTestPlatformVersion = "18.0.1 " ;
16+ internal const string MicrosoftTestPlatformVersion = "18.4.0 " ;
1717
1818 /// <summary>The version of the NUnit3TestAdapter NuGet package.</summary>
19- internal const string NUnit3TestAdapterVersion = "6.1 .0" ;
19+ internal const string NUnit3TestAdapterVersion = "6.2 .0" ;
2020
2121 /// <summary>Runs the build process.</summary>
2222 /// <param name="args">The arguments from the command line.</param>
@@ -28,7 +28,7 @@ public static int Main(string[] args)
2828 . UseLifetime < Lifetime > ( )
2929 . UseWorkingDirectory ( ".." )
3030 . UseModule < AzurePipelinesModule > ( )
31- . InstallTool ( new Uri ( "dotnet:?package=GitVersion.Tool&version=6.6 .0" ) )
31+ . InstallTool ( new Uri ( "dotnet:?package=GitVersion.Tool&version=6.7 .0" ) )
3232 . UseModule < GitHubActionsModule > ( )
3333 . InstallTool ( new Uri ( "nuget:?package=Microsoft.TestPlatform&version=" + MicrosoftTestPlatformVersion ) )
3434 . InstallTool ( new Uri ( "nuget:?package=NUnit3TestAdapter&version=" + NUnit3TestAdapterVersion ) )
You can’t perform that action at this time.
0 commit comments