File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ function BuildSolution([string] $FileName)
80
80
# Debug builds
81
81
& $msBuild " /m" ,
82
82
" /nologo" ,
83
- " /nodemode:1" ,
84
83
" /nodeReuse:true" ,
85
84
" /verbosity:quiet" ,
86
85
" /p:Configuration=Debug" ,
@@ -90,7 +89,6 @@ function BuildSolution([string] $FileName)
90
89
91
90
& $msBuild " /m" ,
92
91
" /nologo" ,
93
- " /nodemode:1" ,
94
92
" /nodeReuse:true" ,
95
93
" /verbosity:quiet" ,
96
94
" /p:Configuration=Debug" ,
@@ -101,7 +99,6 @@ function BuildSolution([string] $FileName)
101
99
# Release builds
102
100
& $msBuild " /m" ,
103
101
" /nologo" ,
104
- " /nodemode:1" ,
105
102
" /nodeReuse:true" ,
106
103
" /verbosity:quiet" ,
107
104
" /p:Configuration=Release" ,
@@ -111,7 +108,6 @@ function BuildSolution([string] $FileName)
111
108
112
109
& $msBuild " /m" ,
113
110
" /nologo" ,
114
- " /nodemode:1" ,
115
111
" /nodeReuse:true" ,
116
112
" /verbosity:quiet" ,
117
113
" /p:Configuration=Release" ,
You can’t perform that action at this time.
0 commit comments