-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Allow Stack to build using Common packages #7023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nagement are not running for a path length issue that I can't seem to resolve.
…age reference paths and renamed them all to be the same filename casing.
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> | ||
| <None Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\AzureRM.Resources.ps1"> | ||
| <!-- <None Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\AzureRM.Resources.ps1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this.
| <package id="System.Spatial" version="5.8.2" targetFramework="net45" /> | ||
| <package id="WindowsAzure.ServiceBus" version="2.8.2" targetFramework="net45" /> | ||
| <package id="WindowsAzure.Storage" version="9.0.0" targetFramework="net452" /> | ||
| <package id="WindowsAzure.Storage" version="8.1.1" targetFramework="net452" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a bug I had from the Common PR.
| <HintPath>..\..\..\..\packages\Microsoft.Azure.Management.Storage.6.4.0-preview\lib\net452\Microsoft.Azure.Management.Storage.dll</HintPath> | ||
| </Reference> | ||
| --> | ||
| <!-- <Reference Include="Microsoft.Azure.Management.Storage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
| @@ -4,6 +4,6 @@ | |||
| <package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net40" /> | |||
| <package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net40" /> | |||
| <package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net40" /> | |||
| <package id="Microsoft.WindowsAzure.Management.Storage" version="5.1.1" targetFramework="net40" /> | |||
| <package id="Microsoft.WindowsAzure.Management.Storage" version="6.0.1" targetFramework="net40" /> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. Changed it back and fixed a different packages.config issue.
| <Private>True</Private> | ||
| </Reference> | ||
| <Reference Include="Microsoft.WindowsAzure.Management.Storage"> | ||
| <HintPath>..\..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not intentional. Set it back to 5.1.1.
…ded packages.config reference for WindowsAzure.Storage.
Description
Changes to Stack:
Stackdirectories intoStackAdminStack.slnintoStackAdminChecklist
CONTRIBUTING.mdplatyPSmodule