File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919 <NoWarn >$(NoWarn);NU5105</NoWarn >
2020 </PropertyGroup >
2121
22+ <PropertyGroup >
23+ <DotNetPath >$(DOTNET_HOST_PATH)</DotNetPath >
24+ <DotNetPath Condition =" '$(DotNetPath)' == '' " >dotnet</DotNetPath >
25+ </PropertyGroup >
26+
2227 <Target Name =" _MinVerClean" BeforeTargets =" Clean" DependsOnTargets =" MinVer" Condition =" '$(GeneratePackageOnBuild)' == 'true'" />
2328
2429 <Target Name =" MinVer" BeforeTargets =" BeforeCompile;GetAssemblyVersion;CoreCompile" Condition =" '$(DesignTimeBuild)' != 'true' AND '$(MinVerSkip)' != 'true'" >
5156 </ItemGroup >
5257 <CacheGet Key =" @(MinVerInputs->'%(Identity)', ' ')" ><Output TaskParameter =" Value" PropertyName =" MinVerVersion" /></CacheGet >
5358 <Message Condition =" '$(MinVerVersion)' != ''" Importance =" $(MinVerDetailed)" Text =" MinVer: Using cached MinVerVersion $(MinVerVersion)" />
54- <Exec Condition =" '$(MinVerVersion)' == ''" Command =" dotnet " $(MSBuildThisFileDirectory)bin/$(MinVerTargetFramework)/MinVer.dll" " $(MSBuildProjectDirectory)" @(MinVerInputs->'%(Identity)', ' ')" ConsoleToMSBuild =" true" StandardOutputImportance =" Low" >
59+ <Exec Condition =" '$(MinVerVersion)' == ''" Command =" " $(DotNetPath) " " $(MSBuildThisFileDirectory)bin/$(MinVerTargetFramework)/MinVer.dll" " $(MSBuildProjectDirectory)" @(MinVerInputs->'%(Identity)', ' ')" ConsoleToMSBuild =" true" StandardOutputImportance =" Low" >
5560 <Output TaskParameter =" ConsoleOutput" ItemName =" MinVerConsoleOutput" />
5661 </Exec >
5762 <ItemGroup Condition =" '$(MinVerVersion)' == ''" >
You can’t perform that action at this time.
0 commit comments