Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Pedri <[email protected]>
Signed-off-by: Tanner Gooding <[email protected]>
  • Loading branch information
tannergooding and Sergio0694 authored Oct 16, 2023
1 parent 6047dc7 commit 1b87ebf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
<BaseOutputPath>$(BaseArtifactsPath)bin/$(BaseArtifactsPathSuffix)/</BaseOutputPath>
<Company>TerraFX</Company>
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
<EnableAotAnalyzer>true</EnableAotAnalyzer>
<EnableSingleFileAnalyzer>true</EnableSingleFileAnalyzer>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<IsAotCompatible>true</IsAotCompatible>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
<Product>TerraFX.Interop.Windows</Product>
Expand Down

0 comments on commit 1b87ebf

Please sign in to comment.