| File: TranslateRepositoryUrls.cs | Web Access |
| Project: src\sourcelink\src\SourceLink.Gitee\Microsoft.SourceLink.Gitee.csproj (Microsoft.SourceLink.Gitee) |
// 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.Gitee { [MSBuildMultiThreadableTask] public sealed class TranslateRepositoryUrls : TranslateRepositoryUrlsGitTask { } } |