Skip to content

Commit 2480bc7

Browse files
committed
Fix nightly build error
1 parent 0a5e32a commit 2480bc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/sdk/makesdk.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ function BuildSolution([string] $FileName)
8080
# Debug builds
8181
& $msBuild "/m",
8282
"/nologo",
83-
"/nodemode:1",
8483
"/nodeReuse:true",
8584
"/verbosity:quiet",
8685
"/p:Configuration=Debug",
@@ -90,7 +89,6 @@ function BuildSolution([string] $FileName)
9089

9190
& $msBuild "/m",
9291
"/nologo",
93-
"/nodemode:1",
9492
"/nodeReuse:true",
9593
"/verbosity:quiet",
9694
"/p:Configuration=Debug",
@@ -101,7 +99,6 @@ function BuildSolution([string] $FileName)
10199
# Release builds
102100
& $msBuild "/m",
103101
"/nologo",
104-
"/nodemode:1",
105102
"/nodeReuse:true",
106103
"/verbosity:quiet",
107104
"/p:Configuration=Release",
@@ -111,7 +108,6 @@ function BuildSolution([string] $FileName)
111108

112109
& $msBuild "/m",
113110
"/nologo",
114-
"/nodemode:1",
115111
"/nodeReuse:true",
116112
"/verbosity:quiet",
117113
"/p:Configuration=Release",

0 commit comments

Comments
 (0)