File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 112
112
<Exec Command =" $(NuGetCommand) sources add -Name LocalFeed -Source " $(MSBuildProjectDirectory)\tools\LocalFeed" $(NuGetRestoreConfigSwitch)" />
113
113
114
114
<!-- 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" />
116
117
117
118
<!-- Restore the xunit runner needed to run unit tests-->
118
119
<Exec Command =" $(NuGetCommand) restore $(MSBuildProjectDirectory)\packages.config -PackagesDirectory $(MSBuildProjectDirectory)\packages" />
You can’t perform that action at this time.
0 commit comments