Skip to content

Commit b464552

Browse files
committed
Fix #353: Re-enable Release build error for missing doc comments
1 parent 3c88939 commit b464552

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/PowerShellEditorServices/PowerShellEditorServices.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
</PropertyGroup>
2929

3030
<!-- Fail the release build if there are missing public API documentation comments -->
31-
<!-- TODO #353: Re-enable this once dotnet doesn't hang on these errors anymore -->
32-
<!--<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
31+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3332
<WarningsAsErrors>1591,1573,1572</WarningsAsErrors>
3433
<DocumentationFile>bin\$(TargetFramework)\$(Configuration)\Microsoft.PowerShell.EditorServices.xml</DocumentationFile>
35-
</PropertyGroup>-->
34+
</PropertyGroup>
3635

3736
<Target Name="PowerShellVersionOutput" BeforeTargets="Compile">
3837
<Message

0 commit comments

Comments
 (0)