Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lint.cmd - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35a03e3d248d4fd5f00aa8ca300598146c686e96 (plain)
1
2
3
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "Set-Location %~dp0; & """%~dp0eng\dotnet.ps1""" ""tool restore"""
powershell -ExecutionPolicy ByPass -NoProfile -command "Set-Location %~dp0; & """%~dp0eng\dotnet.ps1""" ""tool run dotnet-format . -f --verbosity diagnostic --exclude src/analyzer src/tuner external %*"""