Skip to content

Commit 2f5b9c1

Browse files
committed
Do not build in parallel
1 parent 8cb3e54 commit 2f5b9c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<arg value="/t:Restore" />
4646
<arg value="/t:Rebuild" />
4747
<arg value="/v:q" />
48-
<arg value="/m" />
48+
<arg value="/m:1" />
4949
</exec>
5050
</target>
5151

psake.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Task Build {
103103
Exec {
104104
dotnet `
105105
build ./src/NHibernate.sln `
106+
-m:1 `
106107
-c Release
107108
}
108109
}

0 commit comments

Comments
 (0)