8 writes to ContentPreprocessorOutputDirectory
Microsoft.NET.Build.Tasks.UnitTests (8)
GivenAProduceContentsAssetsTask.cs (8)
46
ContentPreprocessorOutputDirectory
= ContentOutputDirectory,
99
ContentPreprocessorOutputDirectory
= ContentOutputDirectory,
159
ContentPreprocessorOutputDirectory
= ContentOutputDirectory,
235
ContentPreprocessorOutputDirectory
= ContentOutputDirectory,
317
ContentPreprocessorOutputDirectory
= ContentOutputDirectory,
373
ContentPreprocessorOutputDirectory
= null,
415
ContentPreprocessorOutputDirectory
= null,
459
ContentPreprocessorOutputDirectory
= null,
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
));