4 references to ContentPreprocessorOutputDirectory
Microsoft.NET.Build.Tasks (4)
ProduceContentAssets.cs (4)
125
if (!string.IsNullOrEmpty(
ContentPreprocessorOutputDirectory
))
144
AssetPreprocessor.ConfigurePreprocessor(
ContentPreprocessorOutputDirectory
, preprocessorValues);
204
if (string.IsNullOrEmpty(
ContentPreprocessorOutputDirectory
))
206
throw new BuildErrorException(Strings.ContentPreproccessorParameterRequired, nameof(ProduceContentAssets), nameof(
ContentPreprocessorOutputDirectory
));