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

Commit a4b463b

Browse files
author
Petia Vladova
committed
Update nuget restore command for UWPMap.sln
1 parent 3c3ddf3 commit a4b463b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 -MSBuildPath $(MSBuild16ExePath)'/>
42+
43+
<MSBuild Projects="$(UWPMapSolutionPath)" Targets="Restore" />
4444

4545
</Target>
4646

BuildTools/Config.UWP.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<X64Platform>x64</X64Platform>
1717
<ArmPlatform>ARM</ArmPlatform>
1818
<Arm64Platform>ARM64</Arm64Platform>
19-
<MSBuild16ExePath>"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"</MSBuild16ExePath>
2019
</PropertyGroup>
2120

2221
</Project>

0 commit comments

Comments
 (0)