Skip to content

Commit 66021f6

Browse files
committed
ci: disables treat warnings as errors
Signed-off-by: Vincent Biret <[email protected]>
1 parent 7744d83 commit 66021f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
1010
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET.OData/releases</PackageReleaseNotes>
11-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1212
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
1414
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)