We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae1cbb + ab5685d commit df2a00bCopy full SHA for df2a00b
ModularPipelines.Pulumi/ModularPipelines.Pulumi.csproj
@@ -9,8 +9,12 @@
9
<Description>Helpers for interacting with Pulumi CLI</Description>
10
<Company>Mythetech</Company>
11
<AssemblyVersion>0.0.0.1</AssemblyVersion>
12
- <Configurations>Debug;Release;Build</Configurations>
+ <Configurations>Debug;Release</Configurations>
13
<Platforms>AnyCPU</Platforms>
14
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15
+ <PackageOutputPath>$(OutputPath)</PackageOutputPath>
16
+ <RepositoryUrl>https://github.com/Mythetech/ModularPipelines.Pulumi</RepositoryUrl>
17
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments