Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit aa472be

Browse files
authored
Merge pull request #481 from telerik/Nasko/map-build-cherry-pick-fix
Update nuget restore command for UWPMap.sln
2 parents a03aa29 + a207b46 commit aa472be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BuildTools/BuildControls.UWP.proj

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</Target>
4040

4141
<Target Name="RestoreMapSolutionNuGetPackages">
42-
43-
<Exec Command="$(Nuget32ToolPath) restore $(UWPMapSolutionPath) -NonInteractive -Source https://api.nuget.org/v3/index.json" />
42+
43+
<MSBuild Projects="$(UWPMapSolutionPath)" Targets="Restore" />
4444

4545
</Target>
4646

0 commit comments

Comments
 (0)