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 31
31
<DefineConstants Condition =" '$(PowerShellVersion)' == 'v5r2' Or '$(PowerShellVersion)' == ''" >$(DefineConstants);PowerShellv5r2;PowerShellv5</DefineConstants >
32
32
</PropertyGroup >
33
33
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
+
34
41
<ItemGroup >
35
42
<PackageReference Include =" Microsoft.NET.Sdk" >
36
43
<Version >1.0.0-alpha-20161104-2</Version >
You can’t perform that action at this time.
0 commit comments