You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't remove packagesFolder if it already exists (#3910)
If compilefolders are used the packages folder will be deleted and
recreated during the pipeline run.
In certain cases especially when you use customized AL:Go with foreign
container systems, this folder exists on purpose and already includes
files. This files should not be deleted because it will lead the
pipeline to fail
Copy file name to clipboardExpand all lines: ReleaseNotes.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Fixes issues determining test symbols for W1 and OnPrem artifacts not containing
9
9
Add cache for search results of a NuGet feed
10
10
Add new setting NuGetSearchResultsCacheRetentionPeriod (default: 600) to set the retention period (in seconds) for the search result cache of NuGet feeds (0 to disable the cache)
11
11
Download-BcNuGetPackageToFolder checks all direct dependency versions of a package based on the NuSpec before downloading the whole package and its dependencies
12
+
New Option doNotRemovePackagesFolderIfExists to prevent Run-ALPipeline from deleting the packages folder, if it already exists. Default is false
0 commit comments