We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d9a37e + c16744c commit e67adc3Copy full SHA for e67adc3
MSBuild/DataObjects.Net.targets
@@ -21,7 +21,7 @@
21
Inputs="@(IntermediateAssembly -> '%(FullPath)')"
22
Outputs="@(IntermediateAssembly -> '%(FullPath).weaver-stamp')"
23
DependsOnTargets="ResolveAssemblyReferences;_CopyFilesMarkedCopyLocal;$(XtensiveOrmBuildDependsOn)"
24
- Condition="'$(XtensiveOrmSkipProcessing)'!='true'">
+ Condition="'$(XtensiveOrmSkipProcessing)'!='true' AND '$(DesignTimeBuild)' != 'true'">
25
<Error Condition="!Exists('$(XtensiveOrmWeaver)')"
26
Text="Weaver is not found at '$(XtensiveOrmWeaver)'" />
27
<Message Importance="low" Text="Using weaver at '$(XtensiveOrmWeaver)'" />
0 commit comments