Merge branch 'master' into refactor-scrolling-hoc-1

This commit is contained in:
Dan Balasescu 2021-06-15 10:46:07 +09:00 committed by GitHub
commit 62959c4b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ build:
publish_nuget: true
after_build:
- ps: dotnet tool restore
- ps: dotnet format --dry-run --check
# Temporarily disabled until the tool is upgraded to 5.0.
# The version specified in .config/dotnet-tools.json (3.1.37601) won't run on .NET hosts >=5.0.7.
# - ps: dotnet format --dry-run --check
- ps: .\InspectCode.ps1
test:
assemblies: