File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)\..\</SolutionDir >
5
5
6
6
<!-- Enable the restore command to run before builds -->
7
- <RestorePackages Condition =" '$(RestorePackages)' == '' " >false </RestorePackages >
7
+ <RestorePackages Condition =" '$(RestorePackages)' == '' " >true </RestorePackages >
8
8
9
9
<!-- Property that enables building a package from a project -->
10
10
<BuildPackage Condition =" '$(BuildPackage)' == '' " >false</BuildPackage >
Original file line number Diff line number Diff line change 101
101
<ItemGroup >
102
102
<NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.2.*" />
103
103
</ItemGroup >
104
-
104
+
105
+ <Exec Command =" $(MSBuildProjectDirectory)\.nuget\nuget.exe install " $(MSBuildProjectDirectory)\.nuget\packages.config" -o " $(MSBuildProjectDirectory)\packages" " />
105
106
<MakeDir Directories =" $(NUnitHome)addins" />
106
107
<Copy SourceFiles =" @(NUnitAddinFiles)" DestinationFolder =" $(NUnitHome)addins" />
107
108
You can’t perform that action at this time.
0 commit comments