Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.86k forks source link

Unable to Build AzureStack branch on CI machines #3315

Closed shahabhijeet closed 7 years ago

shahabhijeet commented 7 years ago

AzureStackDev branch is broken and cannot be build.

Reason: Currently we do not have the feeds setup to restore pacakges from nugget (so far it was working on Signing machines due to local caches) We also have not setup restore directories, so even if restore is successfully failing to provide a common directory will end up failing the compile process. Another key difference in azure stack is the restore directory is in azure-powershell\src\packages But tests targets expects the restore nuget under azure-powershell\packages.

markcowl commented 7 years ago

Fixed.