Skip to content

Commit 52223fb

Browse files
authored
Switch Winforms to RepositoryV2 (#163)
1 parent 595534c commit 52223fb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/index/repositories.props

+3-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
<RepoName>dotnet-runtime</RepoName>
1515
<Url>https://github.com/dotnet/runtime</Url>
1616
</RepositoryV2>
17-
<Repository Include="winforms">
17+
<RepositoryV2 Include="winforms">
18+
<RepoName>dotnet-winforms</RepoName>
1819
<Url>https://github.com/dotnet/winforms</Url>
19-
<PrepareCommand>
20-
$(ArcadeBuildCmd)
21-
</PrepareCommand>
22-
<Branch>main</Branch>
23-
</Repository>
20+
</RepositoryV2>
2421
<RepositoryV2 Include="wpf">
2522
<RepoName>dotnet-wpf</RepoName>
2623
<Url>https://github.com/dotnet/wpf</Url>

0 commit comments

Comments
 (0)