File tree Expand file tree Collapse file tree
src/NuGetGallery.Core/Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ public class GalleryCloudBlobContainerInformationProvider : ICloudBlobContainerI
1111 {
1212 private static readonly HashSet < string > KnownPublicFolders = new HashSet < string > {
1313 CoreConstants . Folders . PackagesFolderName ,
14- CoreConstants . Folders . PackageBackupsFolderName ,
1514 CoreConstants . Folders . DownloadsFolderName ,
1615 CoreConstants . Folders . SymbolPackagesFolderName ,
17- CoreConstants . Folders . SymbolPackageBackupsFolderName ,
1816 CoreConstants . Folders . FlatContainerFolderName ,
1917 } ;
2018
@@ -27,6 +25,8 @@ public class GalleryCloudBlobContainerInformationProvider : ICloudBlobContainerI
2725 CoreConstants . Folders . RevalidationFolderName ,
2826 CoreConstants . Folders . StatusFolderName ,
2927 CoreConstants . Folders . PackagesContentFolderName ,
28+ CoreConstants . Folders . PackageBackupsFolderName ,
29+ CoreConstants . Folders . SymbolPackageBackupsFolderName ,
3030 } ;
3131
3232 public string GetCacheControl ( string folderName )
You can’t perform that action at this time.
0 commit comments