We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdf33d commit 57b1614Copy full SHA for 57b1614
BuildScripts/default.ps1
@@ -299,7 +299,7 @@ Task -Name __InstallReSharperCommandLineTools -Depends __InstallChocolatey -Desc
299
300
if (-not (Test-Path $inspectCodeExe)) {
301
exec {
302
- Invoke-Expression "$script:chocolateyCommand install resharper-clt -y";
+ Invoke-Expression "$script:chocolateyCommand install JetBrains.ReSharper.CommandLineTools -source https://www.nuget.org/api/v2/ -y";
303
}
304
} else {
305
Write-Output "resharper-clt already installed";
0 commit comments