Skip to content

Commit c9ccd99

Browse files
committed
Revert "Disallow building and restoring for disk space issues resolution"
This reverts commit 12d6da9.
1 parent f9a3643 commit c9ccd99

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build/Build.Tests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ void RunTests(string testFramework, string testRuntime)
287287
DotNetTasks.DotNetTest(settings => settings
288288
.SetProjectFile(projectPath)
289289
.SetFramework(testFramework)
290-
.SetLoggers("console;verbosity=normal", "teamcity")
291-
)
290+
.SetLoggers("console;verbosity=normal", "teamcity"))
292291
);
293292
}
294293
catch (Exception e)
@@ -320,9 +319,7 @@ void RunIntegrationTests(string testFramework, string testRuntime, string filter
320319
.SetProjectFile(projectPath)
321320
.SetFramework(testFramework)
322321
.SetFilter(filter)
323-
.SetLoggers("console;verbosity=normal", "teamcity")
324-
.SetNoBuild(true)
325-
.SetNoRestore(true))
322+
.SetLoggers("console;verbosity=normal", "teamcity"))
326323
);
327324
}
328325
catch (Exception e)

0 commit comments

Comments
 (0)