Skip to content

Commit 2ae1cbb

Browse files
authored
Merge pull request #5 from Mythetech/specify-build-config
Specify build config
2 parents 7c70ef0 + d5a833e commit 2ae1cbb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ModularPipelines.Pulumi.sln

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularPipelines.Pulumi", "
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Build|Any CPU = Build|Any CPU
1011
EndGlobalSection
1112
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{D4889887-5BFC-47BB-9EFA-8982B5240459}.Build|Any CPU.ActiveCfg = Build|Any CPU
14+
{D4889887-5BFC-47BB-9EFA-8982B5240459}.Build|Any CPU.Build.0 = Build|Any CPU
15+
{D4889887-5BFC-47BB-9EFA-8982B5240459}.Build|Any CPU.Deploy.0 = Build|Any CPU
1216
EndGlobalSection
1317
GlobalSection(SolutionProperties) = preSolution
1418
HideSolutionNode = FALSE

ModularPipelines.Pulumi/ModularPipelines.Pulumi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
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>
13+
<Platforms>AnyCPU</Platforms>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

0 commit comments

Comments
 (0)