We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a7561 commit c331818Copy full SHA for c331818
SharpRepository.Repository/SharpRepository.Repository.csproj
@@ -176,12 +176,8 @@
176
</ItemGroup>
177
<ItemGroup />
178
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
179
- <Import Project="..\.nuget\NuGet.targets"/>
180
<PropertyGroup>
181
- <BuildDependsOn>
182
- RestorePackages;
183
- $(BuildDependsOn)
184
- </BuildDependsOn>
+ <PreBuildEvent>$(SolutionDir).nuget\nuget.exe restore $(MSBuildThisFileDirectory)..\SharpRepository.sln</PreBuildEvent>
185
</PropertyGroup>
186
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
187
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments