4 references to ServiceWorkerSource
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ServiceWorker\UpdateServiceWorkerFileWithVersion.cs (4)
23if (!File.Exists(ServiceWorkerSource)) 25Log.LogError("ServiceWorkerSource does not exist: {0}", ServiceWorkerSource); 29Log.LogMessage(MessageImportance.Low, "Reading ServiceWorkerSource from disk: {0}", ServiceWorkerSource); 30var sourceContent = File.ReadAllText(ServiceWorkerSource);