Skip to content

Commit df2a00b

Browse files
authored
Merge pull request #6 from Mythetech/update-csproj
Update csproj config
2 parents 2ae1cbb + ab5685d commit df2a00b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ModularPipelines.Pulumi/ModularPipelines.Pulumi.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
<Description>Helpers for interacting with Pulumi CLI</Description>
1010
<Company>Mythetech</Company>
1111
<AssemblyVersion>0.0.0.1</AssemblyVersion>
12-
<Configurations>Debug;Release;Build</Configurations>
12+
<Configurations>Debug;Release</Configurations>
1313
<Platforms>AnyCPU</Platforms>
14+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<PackageOutputPath>$(OutputPath)</PackageOutputPath>
16+
<RepositoryUrl>https://github.com/Mythetech/ModularPipelines.Pulumi</RepositoryUrl>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1418
</PropertyGroup>
1519

1620
<ItemGroup>

0 commit comments

Comments
 (0)