Skip to content

Allow Stack to build using Common packages#7023

Merged
MiYanni merged 23 commits intoAzure:previewfrom
MiYanni:common-stack
Aug 24, 2018
Merged

Allow Stack to build using Common packages#7023
MiYanni merged 23 commits intoAzure:previewfrom
MiYanni:common-stack

Conversation

@MiYanni
Copy link
Copy Markdown
Contributor

@MiYanni MiYanni commented Aug 22, 2018

Description

Changes to Stack:

  • Moved modules out of nested Stack directories into StackAdmin
  • Moved Stack.sln into StackAdmin
  • Removed all common project references for Stack modules and StackAdmin modules
  • Re-added Stack as part of All in our build.proj and associated tools scripts

Checklist

@MiYanni
Copy link
Copy Markdown
Contributor Author

MiYanni commented Aug 23, 2018

<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\AzureRM.Resources.ps1">
<!-- <None Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\AzureRM.Resources.ps1">
Copy link
Copy Markdown
Contributor Author

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" />
Copy link
Copy Markdown
Contributor Author

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">
Copy link
Copy Markdown
Contributor Author

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" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentional?

Copy link
Copy Markdown
Contributor Author

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>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

Copy link
Copy Markdown
Contributor Author

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.
@MiYanni MiYanni merged commit 64a4a05 into Azure:preview Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants