File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/coverlet.msbuild.tasks Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
<ThresholdStat Condition =" $(ThresholdStat) == ''" >minimum</ThresholdStat >
19
19
<ExcludeAssembliesWithoutSources Condition =" $(ExcludeAssembliesWithoutSources) == ''" ></ExcludeAssembliesWithoutSources >
20
20
</PropertyGroup >
21
- <PropertyGroup >
21
+ <PropertyGroup Condition = " '$(OS)' == 'Windows_NT' " >
22
22
<CoverletToolsPath Condition =" '$(CoverletToolsPath)' == '' " >$(MSBuildThisFileDirectory)..\tasks\netstandard2.0\</CoverletToolsPath >
23
23
</PropertyGroup >
24
+ <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
25
+ <CoverletToolsPath Condition =" '$(CoverletToolsPath)' == '' " >$(MSBuildThisFileDirectory)../tasks/netstandard2.0/</CoverletToolsPath >
26
+ </PropertyGroup >
24
27
</Project >
You can’t perform that action at this time.
0 commit comments