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.
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.