Skip to content

Commit ce05522

Browse files
committed
Resolve code review feedback
1 parent d11c418 commit ce05522

File tree

6 files changed

+101
-118
lines changed

6 files changed

+101
-118
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
BuildInParallel="$(BuildInParallel)"
185185
ContinueOnError="false" />
186186

187-
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration) &quot;"/>
187+
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration) &quot;" ContinueOnError="false"/>
188188
<CallTarget Targets="BuildSetupTest"/>
189189
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
190190
<CallTarget Targets="BuildSetup"/>

0 commit comments

Comments
 (0)