|
|
|
|
|
by easton
1730 days ago
|
|
I didn't want to believe it, but then I did a search through their repo: ``` else if (value.Contains("Microsoft.Azure.DevOps"))
{
m_typeName = value.Replace("Microsoft.Azure.DevOps", "GitHub");
m_typeName = m_typeName.Substring(0, m_typeName.IndexOf(",")) + ", Sdk";
}
``` |
|
https://github.com/microsoft/azure-pipelines-agent/