File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 <WriteVersionInfoToBuildLog Condition =" '$(WriteVersionInfoToBuildLog)' == ''" >true</WriteVersionInfoToBuildLog >
2929 <TeamCity Condition =" '$(teamcity_version)' != ''" >true</TeamCity >
3030 <TeamCity Condition =" '$(teamcity_version)' == ''" >false</TeamCity >
31+ <!-- note this does not set the TargetFramework for the csproj files, it's just used as a variable to configure build paths-->
32+ <TargetFramework Condition =" '$(TargetFramework)' == ''" >net462</TargetFramework >
3133 </PropertyGroup >
3234
3335 <Import Project =" $(MSBuildTasksTargets)" Condition =" Exists('$(MSBuildTasksTargets)')" />
199201 <MSBuild Projects =" $(MSBuildProjectFullPath)" Targets =" TestOnly" Properties =" Configuration=$(Configuration);GetVersion=$(GetVersion);WriteVersionInfoToBuildLog=$(WriteVersionInfoToBuildLog)" Condition =" $(RestartBuild)" />
200202 </Target >
201203
202- <Target Name =" TestOnly" >
204+ <Target Name =" TestOnly" >
203205 <ItemGroup >
204206 <TestAssemblies Include =" $(RootDir)/output/$(Configuration)/$(TargetFramework)/*Tests.dll" />
205207 </ItemGroup >
You can’t perform that action at this time.
0 commit comments