How to get user home dir ~ cross-platform
<PropertyGroup>
<UserProfileHome Condition="'$([MSBuild]::IsOSUnixLike())' == 'true'">$(HOME)</UserProfileHome>
<UserProfileHome Condition="'$([MSBuild]::IsOSUnixLike())' != 'true'">$(USERPROFILE)</UserProfileHome>
</PropertyGroup>PreviousSkip tagged scenarios in SpecFlow with XunitNextModifying the build for every solution in a repository
Last updated