Skip to content

Commit 57d5c75

Browse files
committed
feat(button): debug
1 parent 8ee1840 commit 57d5c75

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Directory.Build.props

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
<Project>
33
<Import Project="PackageSettings.props" />
44
<Import Project="PackageSettings.props.local" Condition="Exists('PackageSettings.props.local')"/>
5-
<Target Name="PrintMSBuildThisFileDirectory" BeforeTargets="Test">
5+
<Target Name="PrintMSBuildThisFileDirectory" BeforeTargets="build">
66
<Message Importance="High" Text="qqqq" />
77
<Message Importance="High" Text="MSBuildThisFileDirectory = '$(MSBuildThisFileDirectory)'" />
88
<Message Importance="High" Text="MSBuildProjectDirectory = '$(MSBuildProjectDirectory)'" />
99
</Target>
10+
<Target Name="PrintMSBuildThisFileDirectory" BeforeTargets="Test">
11+
<Message Importance="High" Text="!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!! qqqq" />
12+
<Message Importance="High" Text="MSBuildThisFileDirectory = '$(MSBuildThisFileDirectory)'" />
13+
<Message Importance="High" Text="MSBuildProjectDirectory = '$(MSBuildProjectDirectory)'" />
14+
</Target>
1015
<PropertyGroup>
16+
<DebugType>full</DebugType>
17+
<DebugSymbols>true</DebugSymbols>
1118
<!-- coverlet.msbuild, specifically msbuild props -->
1219
<CollectCoverage>true</CollectCoverage>
1320
<CoverletOutputFormat>cobertura</CoverletOutputFormat>

TELBlazor.Components/TELBlazor.Components.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<PackageOutputPath>$(NupkgOutputPath)</PackageOutputPath>
2525
<Configurations>Debug;Release</Configurations>
2626

27-
<!--overide solutions dont collect coverage setting -->
28-
<CollectCoverage>true</CollectCoverage>
27+
28+
2929

3030
</PropertyGroup>
3131

0 commit comments

Comments
 (0)