We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595534c commit 52223fbCopy full SHA for 52223fb
src/index/repositories.props
@@ -14,13 +14,10 @@
14
<RepoName>dotnet-runtime</RepoName>
15
<Url>https://github.com/dotnet/runtime</Url>
16
</RepositoryV2>
17
- <Repository Include="winforms">
+ <RepositoryV2 Include="winforms">
18
+ <RepoName>dotnet-winforms</RepoName>
19
<Url>https://github.com/dotnet/winforms</Url>
- <PrepareCommand>
20
- $(ArcadeBuildCmd)
21
- </PrepareCommand>
22
- <Branch>main</Branch>
23
- </Repository>
+ </RepositoryV2>
24
<RepositoryV2 Include="wpf">
25
<RepoName>dotnet-wpf</RepoName>
26
<Url>https://github.com/dotnet/wpf</Url>
0 commit comments