Skip to content

Commit dfa261b

Browse files
authored
Add VMR build file (#8693)
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.
1 parent 8c84bef commit dfa261b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/SourceBuild.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
2+
<Project>
3+
4+
<PropertyGroup>
5+
<GitHubRepositoryName>wpf</GitHubRepositoryName>
6+
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
7+
</PropertyGroup>
8+
9+
</Project>

0 commit comments

Comments
 (0)