Skip to content

Commit

Permalink
remove extra condition
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed May 24, 2024
1 parent f25fcf0 commit 0456a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- In the real world scenario, the dependencies are added as Nuget PackageReference, modified for test purposes only. -->
<ItemGroup>
<Reference Include="Microsoft.Build" Condition="'$(MSBuildRuntimeType)' != 'Full'">
<Reference Include="Microsoft.Build">
<HintPath>$(ArtifactsBinDir)Microsoft.Build\$(Configuration)\$(LatestDotNetCoreForMSBuild)\Microsoft.Build.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- In the real world scenario, the dependencies are added as Nuget PackageReference, modified for test purposes only. -->
<ItemGroup>
<Reference Include="Microsoft.Build" Condition="'$(MSBuildRuntimeType)' != 'Full'">
<Reference Include="Microsoft.Build">
<HintPath>$(ArtifactsBinDir)Microsoft.Build\$(Configuration)\$(LatestDotNetCoreForMSBuild)\Microsoft.Build.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 0456a67

Please sign in to comment.