1 implementation of Process
Microsoft.NET.Build.Tasks (1)
NugetContentAssetPreprocessor.cs (1)
22public bool Process(string originalAssetPath, string relativeOutputPath, out string pathToFinalAsset)
1 reference to Process
Microsoft.NET.Build.Tasks (1)
ProduceContentAssets.cs (1)
211if (AssetPreprocessor.Process(resolvedPath, relativeOutputPath, out pathToFinalAsset))