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: 104aba3dfc96d8d8bd892f75207f81e06f921112 (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 %*"""