@@ -1568,7 +1568,7 @@ _ when exclude.Contains(x.project.Path) => false,
15681568 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
15691569 . EnableCrashDumps ( )
15701570 // .EnableNoRestore()
1571- . EnableNoBuild ( )
1571+ // .EnableNoBuild()
15721572 . SetTestTargetPlatform ( TargetPlatform )
15731573 . SetIsDebugRun ( isDebugRun )
15741574 . SetProcessEnvironmentVariable ( "MonitoringHomeDirectory" , MonitoringHomeDirectory )
@@ -1591,7 +1591,7 @@ _ when exclude.Contains(x.project.Path) => false,
15911591 . SetFramework ( Framework )
15921592 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
15931593 // .EnableNoRestore()
1594- . EnableNoBuild ( )
1594+ // .EnableNoBuild()
15951595 . SetFilter ( string . IsNullOrWhiteSpace ( Filter ) ? "(RunOnWindows=True)&(LoadFromGAC!=True)&(IIS!=True)&(Category!=AzureFunctions)&(SkipInCI!=True)" : Filter )
15961596 . SetTestTargetPlatform ( TargetPlatform )
15971597 . SetIsDebugRun ( isDebugRun )
@@ -2105,7 +2105,7 @@ var name when multiPackageProjects.Contains(name) => false,
21052105 DotNetTest ( config => config
21062106 . SetConfiguration ( BuildConfiguration )
21072107 // .EnableNoRestore()
2108- . EnableNoBuild ( )
2108+ // .EnableNoBuild()
21092109 . SetFramework ( Framework )
21102110 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
21112111 . EnableCrashDumps ( )
@@ -2128,7 +2128,7 @@ var name when multiPackageProjects.Contains(name) => false,
21282128 DotNetTest ( config => config
21292129 . SetConfiguration ( BuildConfiguration )
21302130 // .EnableNoRestore()
2131- . EnableNoBuild ( )
2131+ // .EnableNoBuild()
21322132 . SetFramework ( Framework )
21332133 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
21342134 . EnableCrashDumps ( )
@@ -2186,7 +2186,7 @@ var name when multiPackageProjects.Contains(name) => false,
21862186 DotNetTest ( config => config
21872187 . SetConfiguration ( BuildConfiguration )
21882188 // .EnableNoRestore()
2189- . EnableNoBuild ( )
2189+ // .EnableNoBuild()
21902190 . SetFramework ( Framework )
21912191 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
21922192 . EnableCrashDumps ( )
@@ -2210,7 +2210,7 @@ var name when multiPackageProjects.Contains(name) => false,
22102210 DotNetTest ( config => config
22112211 . SetConfiguration ( BuildConfiguration )
22122212 // .EnableNoRestore()
2213- . EnableNoBuild ( )
2213+ // .EnableNoBuild()
22142214 . SetFramework ( Framework )
22152215 //.WithMemoryDumpAfter(timeoutInMinutes: 30)
22162216 . EnableCrashDumps ( )
0 commit comments