Skip to content

Commit

Permalink
test: Apply DebugType only for Cake build
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Feb 24, 2024
1 parent addbb52 commit e6a9226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<!-- <PropertyGroup>
<DebugType>embedded</DebugType>
</PropertyGroup>
</PropertyGroup> -->
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)docs/banner.png" Visible="false" Pack="true" PackagePath="docs/" />
<None Include="$(MSBuildThisFileDirectory)docs/logo.png" Visible="false" Pack="true" PackagePath="docs/" />
Expand Down
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Task("Build")
Verbosity = param.Verbosity,
NoRestore = true,
ArgumentCustomization = args => args
.Append($"/p:DebugType=embedded")
.Append($"/p:ContinuousIntegrationBuild=true")
});
});
Expand Down

0 comments on commit e6a9226

Please sign in to comment.