Skip to content

Commit

Permalink
Switch to long URL for install script (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Jan 29, 2025
1 parent 8ba092d commit 6699da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { IAcquisitionWorkerContext } from './IAcquisitionWorkerContext';

export class InstallScriptAcquisitionWorker implements IInstallScriptAcquisitionWorker {
protected webWorker: WebRequestWorker;
private readonly scriptAcquisitionUrl: string = 'https://dot.net/v1/dotnet-install.';
private readonly scriptAcquisitionUrl: string = 'https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.';
protected readonly scriptFilePath: string;
private readonly fileUtilities: FileUtilities;

Expand Down

0 comments on commit 6699da9

Please sign in to comment.