Skip to content

Commit 5d2c8a2

Browse files
committed
Fix build
1 parent 08f002b commit 5d2c8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticWebAssetsSdk/Tasks/DefineStaticWebAssets.Cache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private DefineStaticWebAssetsCache GetOrCreateAssetsCache()
3535
];
3636
#else
3737
};
38-
38+
#endif
3939
var propertiesHash = HashingUtils.ComputeHash(memoryStream, properties);
4040

4141
var patternMetadata = new[] { nameof(FingerprintPattern.Pattern), nameof(FingerprintPattern.Expression) };

0 commit comments

Comments
 (0)