Merge pull request #862 from EraYaN/abi-check-drone

Add dotnet-compat ABI testing and Debug configuration building to drone-CI
This commit is contained in:
Andrew Rabert
2019-02-18 13:11:06 -05:00
committed by GitHub
4 changed files with 108 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ insert_final_newline = true
end_of_line = lf
max_line_length = null
# YAML indentation
[*.{yml,yaml}]
indent_size = 2
# XML indentation
[*.{csproj,xml}]
indent_size = 2