Skip to content

Instantly share code, notes, and snippets.

@arialdomartini
Last active July 24, 2024 04:11
Show Gist options
  • Save arialdomartini/98f80019db3c0973a7c7d13ad3a6aab2 to your computer and use it in GitHub Desktop.
Save arialdomartini/98f80019db3c0973a7c7d13ad3a6aab2 to your computer and use it in GitHub Desktop.
Directory.Build.props
<Project>
<PropertyGroup>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
</Project>
@arialdomartini
Copy link
Author

Alternatively:

<Project>
   <PropertyGroup>
      <BaseOutputPath>$(SolutionDir)/.build/$(MSBuildProjectName)/bin</BaseOutputPath>
      <BaseIntermediateOutputPath>$(SolutionDir)/.build/$(MSBuildProjectName)/obj</BaseIntermediateOutputPath>
   </PropertyGroup>
</Project>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment