Skip to content

Commit 92d1fed

Browse files
author
Hovsep
committed
Merge pull request #895 from stankovski/psget
Updated restore to use ResourceManagemer and ServiceManagement slns
2 parents 617cf0c + 87288ad commit 92d1fed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
<Exec Command="$(NuGetCommand) sources add -Name LocalFeed -Source &quot;$(MSBuildProjectDirectory)\tools\LocalFeed&quot; $(NuGetRestoreConfigSwitch)"/>
113113

114114
<!-- Restore packages -->
115-
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\AzurePowerShell.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
115+
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\ResourceManager.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
116+
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\ServiceManagement.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
116117

117118
<!--Restore the xunit runner needed to run unit tests-->
118119
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\packages.config -PackagesDirectory $(MSBuildProjectDirectory)\packages" />

0 commit comments

Comments
 (0)