Skip to content
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

faulty conditions generated when using condition attributes #1860

Closed
smoothdeveloper opened this issue Aug 19, 2016 · 0 comments
Closed

faulty conditions generated when using condition attributes #1860

smoothdeveloper opened this issue Aug 19, 2016 · 0 comments

Comments

@smoothdeveloper
Copy link
Contributor

Faulty conditions get generated:

strategy: max
source https://www.nuget.org/api/v2
redirects: on
framework: >= net40

nuget MBrace.Core condition: Azure
nuget MBrace.Flow condition: Azure
nuget MBrace.Runtime condition: Azure
nuget MBrace.Azure condition: Azure
nuget MBrace.Azure.Management condition: Azure
nuget Microsoft.Azure.Management.Compute prerelease condition: Azure
nuget Microsoft.Azure.Management.ResourceManager prerelease condition: Azure
nuget Microsoft.Azure.Management.Sql prerelease condition: Azure
nuget Microsoft.IdentityModel.Clients.ActiveDirectory condition: Azure
  <Choose>
    <When Condition="'$(AZURE)' == 'True' And ()">
      <ItemGroup>
        <Reference Include="System.Data">
          <Paket>True</Paket>
        </Reference>
        <Reference Include="System.Xml">
          <Paket>True</Paket>
        </Reference>
        <Reference Include="System.Xml.Linq">
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>
    <When Condition="'$(AZURE)' == 'True' And ()">
      <ItemGroup>
        <Reference Include="Microsoft.WindowsAzure.Storage">
          <HintPath>..\packages\WindowsAzure.Storage\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
          <Private>True</Private>
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>
  </Choose>

I'm making a failing integration test case in a PR.

smoothdeveloper added a commit to smoothdeveloper/Paket that referenced this issue Aug 19, 2016
@forki forki closed this as completed in 840e156 Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant