diff --git a/Directory.Packages.props b/Directory.Packages.props index 37fd2d6..05de9b8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,7 +2,7 @@ 19.232.34508-buildid25403274 - 0.1.0-20240121.1 + 0.1.0-20240307.1 17.9.5 diff --git a/src/AzureBlobStorage/MSBuildCacheAzureBlobStoragePlugin.cs b/src/AzureBlobStorage/MSBuildCacheAzureBlobStoragePlugin.cs index 012f99a..5f39377 100644 --- a/src/AzureBlobStorage/MSBuildCacheAzureBlobStoragePlugin.cs +++ b/src/AzureBlobStorage/MSBuildCacheAzureBlobStoragePlugin.cs @@ -115,7 +115,7 @@ private static ICache CreateRemoteCache(OperationContext context, string cacheUn Universe: cacheUniverse, Namespace: "0", RetentionPolicyInDays: null); - return AzureBlobStorageCacheFactory.Create(context, cacheConfig, new StaticBlobCacheSecretsProvider(credentials)); + return AzureBlobStorageCacheFactory.Create(context, cacheConfig, new StaticBlobCacheSecretsProvider(credentials)).Cache; } private static async Task StartCacheSessionAsync(Context context, ICache cache, string name)