5 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
ReadStaticWebAssetsManifestFile.cs (5)
32string manifestPath = string.IsNullOrEmpty(ManifestPath) ? ManifestPath : TaskEnvironment.GetAbsolutePath(ManifestPath); 36Log.LogError($"Manifest file at '{ManifestPath}' not found."); 54Log.LogErrorFromException(ex, showStackTrace: true, showDetail: true, file: ManifestPath);