File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ function CopyAppFilesToFolder {
559
559
if ($appFile -like " http://*" -or $appFile -like " https://*" ) {
560
560
$appUrl = $appFile
561
561
$appFileFolder = Join-Path ([System.IO.Path ]::GetTempPath()) ([Guid ]::NewGuid().ToString())
562
- $appFile = Join-Path $appFileFolder ([Uri ]::UnescapeDataString([System.IO.Path ]::GetFileName($appUrl.Split (' ?' )[0 ])))
562
+ $appFile = Join-Path $appFileFolder ([Uri ]::UnescapeDataString([System.IO.Path ]::GetFileName($appUrl.Split (' ?' )[0 ].TrimEnd( ' / ' ) )))
563
563
Download- File - sourceUrl $appUrl - destinationFile $appFile
564
564
CopyAppFilesToFolder - appFile $appFile - folder $folder
565
565
if (Test-Path $appFileFolder ) {
Original file line number Diff line number Diff line change 1
1
6.1.5
2
2
Include AuthContext and Environment in Parameters for InstallMissingDependencies when called from Run-AlPipeline
3
+ Issue 3886 Error on installing apps, app file path is not built correctly from url (ends with "\")
3
4
AL-Go issue 1695 Fail early if app.json cannot be read
4
5
Issue with BC artifact 27.0.33668.0: app compilation fails because of analyzers not being loaded properly
5
6
Avoid using dotnet 9 for assemblyProbingPaths (for now)
You can’t perform that action at this time.
0 commit comments