File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments