2 implementations of Process
Microsoft.NET.Build.Tasks (1)
NugetContentAssetPreprocessor.cs (1)
22
public bool
Process
(string originalAssetPath, string relativeOutputPath, out string pathToFinalAsset)
Microsoft.NET.Build.Tasks.UnitTests (1)
Mocks\MockContentAssetPreprocessor.cs (1)
31
public bool
Process
(string originalAssetPath, string relativeOutputPath, out string pathToFinalAsset)
1 reference to Process
Microsoft.NET.Build.Tasks (1)
ProduceContentAssets.cs (1)
211
if (AssetPreprocessor.
Process
(resolvedPath, relativeOutputPath, out pathToFinalAsset))