File tree 2 files changed +2
-2
lines changed
AWS/Orchestrator/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ Resources:
576
576
c:\cfn\sources\UiPathOrchestrator.msi :
577
577
source : !Sub 'https://download.uipath.com/versions/${OrchestratorVersion}/UiPathOrchestrator.msi'
578
578
c:\cfn\sources\NDP472-KB4054530-x86-x64-AllOS-ENU.exe :
579
- source : https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D /NDP472-KB4054530-x86-x64-AllOS-ENU.exe
579
+ source : https://download.visualstudio. microsoft.com/download/pr/1f5af042-d0e4-4002-9c59-9ba66bcf15f6/089f837de42708daacaae7c04b7494db /NDP472-KB4054530-x86-x64-AllOS-ENU.exe
580
580
c:\cfn\sources\rewrite_amd64_en-US.msi :
581
581
source : https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi
582
582
c:\cfn\sources\dotnet-hosting-3.1.8-win.exe :
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ function Main {
146
146
$source = @ ()
147
147
$source += " https://download.uipath.com/versions/$orchestratorVersion /UiPathOrchestrator.msi"
148
148
$source += " https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi"
149
- $source += " https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D /NDP472-KB4054530-x86-x64-AllOS-ENU.exe"
149
+ $source += " https://download.visualstudio. microsoft.com/download/pr/1f5af042-d0e4-4002-9c59-9ba66bcf15f6/089f837de42708daacaae7c04b7494db /NDP472-KB4054530-x86-x64-AllOS-ENU.exe"
150
150
$source += " https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe"
151
151
$tries = 5
152
152
while ($tries -ge 1 ) {
You can’t perform that action at this time.
0 commit comments