We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88939 commit b464552Copy full SHA for b464552
src/PowerShellEditorServices/PowerShellEditorServices.csproj
@@ -28,11 +28,10 @@
28
</PropertyGroup>
29
30
<!-- 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' ">
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
33
<WarningsAsErrors>1591,1573,1572</WarningsAsErrors>
34
<DocumentationFile>bin\$(TargetFramework)\$(Configuration)\Microsoft.PowerShell.EditorServices.xml</DocumentationFile>
35
- </PropertyGroup>-->
+ </PropertyGroup>
36
37
<Target Name="PowerShellVersionOutput" BeforeTargets="Compile">
38
<Message
0 commit comments