You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Build.targets
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@
5
5
<!-- Analyzer package are needed in source build for WebSDK -->
6
6
<ExcludeFromSourceBuild
7
7
Condition="'$(ExcludeFromSourceBuild)' == '' and '$(DotNetBuildFromSource)' == 'true' and '$(IsAspNetCoreApp)' != 'true' and '$(IsReferenceAssemblyProject)' != 'true' and '$(IsAnalyzersProject)' != 'true'">true</ExcludeFromSourceBuild>
8
-
8
+
9
9
<!-- If the user has specified that they want to skip building any test related projects with SkipTestBuild,
10
10
suppress all targets for TestProjects using ExcludeFromBuild. -->
11
-
<ExcludeFromBuildCondition="'$(SkipTestBuild)' == 'true' and
11
+
<ExcludeFromBuildCondition="'$(IsPackable)' != 'true' and
0 commit comments