File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/PowerShellEditorServices Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3131 <DefineConstants Condition =" '$(PowerShellVersion)' == 'v5r2' Or '$(PowerShellVersion)' == ''" >$(DefineConstants);PowerShellv5r2;PowerShellv5</DefineConstants >
3232 </PropertyGroup >
3333
34+ <!-- Fail the release build if there are missing public API documentation comments -->
35+ <!-- TODO #353: Re-enable this once dotnet doesn't hang on these errors anymore -->
36+ <!-- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
37+ <WarningsAsErrors>1591,1573,1572</WarningsAsErrors>
38+ <DocumentationFile>bin\$(TargetFramework)\$(Configuration)\Microsoft.PowerShell.EditorServices.xml</DocumentationFile>
39+ </PropertyGroup>-->
40+
3441 <ItemGroup >
3542 <PackageReference Include =" Microsoft.NET.Sdk" >
3643 <Version >1.0.0-alpha-20161104-2</Version >
You can’t perform that action at this time.
0 commit comments