We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
failing test case for fsprojects#1860
dcec868
840e156
No branches or pull requests
Faulty conditions get generated:
I'm making a failing integration test case in a PR.
The text was updated successfully, but these errors were encountered: