Skip to content

Commit 57b1614

Browse files
committed
(build) Updating to latest CLT for ReSharper
1 parent abdf33d commit 57b1614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Task -Name __InstallReSharperCommandLineTools -Depends __InstallChocolatey -Desc
299299

300300
if (-not (Test-Path $inspectCodeExe)) {
301301
exec {
302-
Invoke-Expression "$script:chocolateyCommand install resharper-clt -y";
302+
Invoke-Expression "$script:chocolateyCommand install JetBrains.ReSharper.CommandLineTools -source https://www.nuget.org/api/v2/ -y";
303303
}
304304
} else {
305305
Write-Output "resharper-clt already installed";

0 commit comments

Comments
 (0)