We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31e518 commit 286612eCopy full SHA for 286612e
src/index/repositories.props
@@ -40,12 +40,10 @@
40
$(ArcadeBuildCmd)
41
</PrepareCommand>
42
</Repository>
43
- <Repository Include="machinelearning">
+ <RepositoryV2 Include="machinelearning">
44
+ <RepoName>dotnet-machinelearning</RepoName>
45
<Url>https://github.com/dotnet/machinelearning</Url>
- <PrepareCommand>
46
- $(ArcadeBuildCmd)
47
- </PrepareCommand>
48
- </Repository>
+ </RepositoryV2>
49
<RepositoryV2 Include="wcf">
50
<RepoName>dotnet-wcf</RepoName>
51
<Url>https://github.com/dotnet/wcf</Url>
0 commit comments