Skip to content

Commit

Permalink
Add VMR build file (#8693)
Browse files Browse the repository at this point in the history
While this is currently called SourceBuild.props, we plan to later rename this to distinguish between source build and the dotnet build. Especially for wpf which doesn't participate in source-build.
  • Loading branch information
ViktorHofer committed Jan 16, 2024
1 parent 8c84bef commit dfa261b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
<Project>

<PropertyGroup>
<GitHubRepositoryName>wpf</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
</PropertyGroup>

</Project>

0 comments on commit dfa261b

Please sign in to comment.