-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmatwilko.Pulumi.AzureNextGen.Ambient.csproj
41 lines (37 loc) · 1.75 KB
/
matwilko.Pulumi.AzureNextGen.Ambient.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Pulumi.AzureNextGen</RootNamespace>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company />
<Product>Pulumi AzureNextGen Ambients</Product>
<Authors>Matt Wilkinson</Authors>
<Copyright>Matt Wilkinson 2021</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/matwilko/Pulumi.AzureNextGen.Ambient</PackageProjectUrl>
<RepositoryUrl>https://github.com/matwilko/Pulumi.AzureNextGen.Ambient</RepositoryUrl>
<PackageReleaseNotes>Updated to Pulumi.AzureNextGen 0.6.1. Added mitigation for pulumi#6358 when using ambient subscription.</PackageReleaseNotes>
<PackageTags>pulumi azurenextgen</PackageTags>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Description>Provides some helpers to allow specifying subscription/resource group for multiple resources easier</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi.AzureNextGen" Version="0.6.1">
<ExcludeAssets>contentfiles</ExcludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>