5 references to ServiceWorkerDestination
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
ServiceWorker\UpdateServiceWorkerFileWithVersion.cs (5)
34
Log.LogMessage(MessageImportance.Low, "Reading ServiceWorkerDestination from disk: {0}",
ServiceWorkerDestination
);
35
var destinationContent = File.Exists(
ServiceWorkerDestination
) ? File.ReadAllText(
ServiceWorkerDestination
) : null;
39
Log.LogMessage(MessageImportance.Low, "Writing contents to ServiceWorkerDestination: {0}",
ServiceWorkerDestination
);
40
File.WriteAllText(
ServiceWorkerDestination
, versionedContent);