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

Commit a207b46

Browse files
Petia VladovaAPopatanasov
authored andcommitted
Update nuget restore command for UWPMap.sln
1 parent a03aa29 commit a207b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BuildTools/BuildControls.UWP.proj

Lines changed: 2 additions & 2 deletions
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)