Skip to content

Instantly share code, notes, and snippets.

@siddheshwar-more
Created August 4, 2014 11:03
Show Gist options
  • Save siddheshwar-more/5a7481f49bac358ff4b9 to your computer and use it in GitHub Desktop.
Save siddheshwar-more/5a7481f49bac358ff4b9 to your computer and use it in GitHub Desktop.
Azure SDK Tools-> Dev branch build issues
Working branch: https://github.com/ClogenyTechnologies/azure-sdk-tools/tree/sid-dev-chef-cmdlets
we are facing build issues for above branch:
Build Errors:
Error 102 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.HttpRecorder'. Commands.ScenarioTests.Common
Error 103 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.SpecTestSupport'. Commands.ScenarioTests.Common
Error 104 The command ""C:\Users\azure\dev-rebase\azure-sdk-tools\src\.nuget\nuget.exe" install "C:\Users\azure\dev-rebase\azure-sdk-tools\src\Common\Commands.ScenarioTests.Common\packages.config" -source "" -RequireConsent -o "C:\Users\azure\dev-rebase\azure-sdk-tools\src\packages"" exited with code 1. Commands.ScenarioTests.Common
Error 105 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.HttpRecorder'. Commands.ScenarioTest
Error 106 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.SpecTestSupport'. Commands.ScenarioTest
Error 107 The command ""C:\Users\azure\dev-rebase\azure-sdk-tools\src\.nuget\nuget.exe" install "C:\Users\azure\dev-rebase\azure-sdk-tools\src\Common\Commands.ScenarioTest\packages.config" -source "" -RequireConsent -o "C:\Users\azure\dev-rebase\azure-sdk-tools\src\packages"" exited with code 1. Commands.ScenarioTest
Error 108 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.HttpRecorder'. Commands.Resources.Test
Error 109 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.SpecTestSupport'. Commands.Resources.Test
Error 110 The command ""C:\Users\azure\dev-rebase\azure-sdk-tools\src\.nuget\nuget.exe" install "C:\Users\azure\dev-rebase\azure-sdk-tools\src\ResourceManager\Resources\Commands.Resources.Test\packages.config" -source "" -RequireConsent -o "C:\Users\azure\dev-rebase\azure-sdk-tools\src\packages"" exited with code 1. Commands.Resources.Test
Error 114 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.HttpRecorder'. Commands.ManagedCache.Test
Error 115 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.SpecTestSupport'. Commands.ManagedCache.Test
Error 116 The command ""C:\Users\azure\dev-rebase\azure-sdk-tools\src\.nuget\nuget.exe" install "C:\Users\azure\dev-rebase\azure-sdk-tools\src\ServiceManagement\ManagedCache\Commands.ManagedCache.Test\packages.config" -source "" -RequireConsent -o "C:\Users\azure\dev-rebase\azure-sdk-tools\src\packages"" exited with code 1. Commands.ManagedCache.Test
Error 117 Metadata file 'C:\Users\azure\dev-rebase\azure-sdk-tools\src\Common\Commands.ScenarioTests.Common\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.Common.dll' could not be found C:\Users\azure\dev-rebase\azure-sdk-tools\src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\CSC Commands.Storage.ScenarioTest
Error 118 Metadata file 'C:\Users\azure\dev-rebase\azure-sdk-tools\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll' could not be found C:\Users\azure\dev-rebase\azure-sdk-tools\src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\CSC Commands.Storage.ScenarioTest
Error when executing New-AzureVMConfig cmdlet:
An exception of type 'System.Exception' occurred in Microsoft.WindowsAzure.Commands.Common.dll but was not handled in user code
Additional information: No current subscription has been designated. Use Select-AzureSubscription -Current <subscriptionName> to set the current subscription.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment