File: TranslateRepositoryUrls.cs
Web Access
Project: src\sourcelink\src\SourceLink.Bitbucket.Git\Microsoft.SourceLink.Bitbucket.Git.csproj (Microsoft.SourceLink.Bitbucket.Git)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the License.txt file in the project root for more information.

using Microsoft.Build.Framework;
using Microsoft.Build.Tasks.SourceControl;

namespace Microsoft.SourceLink.Bitbucket.Git
{
    [MSBuildMultiThreadableTask]
    public sealed class TranslateRepositoryUrls : TranslateRepositoryUrlsGitTask
    {
    }
}