Skip to content

Commit 992d5d0

Browse files
committed
Ignore .vscode
1 parent aadab11 commit 992d5d0

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

eng/Version.Details.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,36 @@
266266
<Uri>https://github.com/dotnet/deployment-tools</Uri>
267267
<Sha>b60c95e1ce736630d17e16626c59e3dd85ebae2b</Sha>
268268
</Dependency>
269+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="1.2.0-beta-23175-02">
270+
<Uri>https://github.com/dotnet/sourcelink</Uri>
271+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
272+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
273+
</Dependency>
274+
<Dependency Name="Microsoft.SourceLink.Common" Version="1.2.0-beta-23175-02">
275+
<Uri>https://github.com/dotnet/sourcelink</Uri>
276+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
277+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
278+
</Dependency>
279+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="1.2.0-beta-23175-02">
280+
<Uri>https://github.com/dotnet/sourcelink</Uri>
281+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
282+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
283+
</Dependency>
284+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23175-02">
285+
<Uri>https://github.com/dotnet/sourcelink</Uri>
286+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
287+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
288+
</Dependency>
289+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="1.2.0-beta-23175-02">
290+
<Uri>https://github.com/dotnet/sourcelink</Uri>
291+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
292+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
293+
</Dependency>
294+
<Dependency Name="Microsoft.SourceLink.BitBucket.Git" Version="1.2.0-beta-23175-02">
295+
<Uri>https://github.com/dotnet/sourcelink</Uri>
296+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
297+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
298+
</Dependency>
269299
<!-- Explicit dependency because Microsoft.Deployment.DotNet.Releases has different versioning
270300
than the SB intermediate -->
271301
<Dependency Name="Microsoft.SourceBuild.Intermediate.deployment-tools" Version="8.0.0-preview.1.23159.4">

eng/Versions.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@
174174
<!-- Dependencies from https://github.com/dotnet/xliff-tasks -->
175175
<MicrosoftDotNetXliffTasksVersion>1.0.0-beta.23175.1</MicrosoftDotNetXliffTasksVersion>
176176
</PropertyGroup>
177+
<PropertyGroup>
178+
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
179+
<MicrosoftBuildTasksGitVersion>1.2.0-beta-23175-02</MicrosoftBuildTasksGitVersion>
180+
<MicrosoftSourceLinkCommonVersion>1.2.0-beta-23175-02</MicrosoftSourceLinkCommonVersion>
181+
<MicrosoftSourceLinkAzureReposGitVersion>1.2.0-beta-23175-02</MicrosoftSourceLinkAzureReposGitVersion>
182+
<MicrosoftSourceLinkGitHubVersion>1.2.0-beta-23175-02</MicrosoftSourceLinkGitHubVersion>
183+
<MicrosoftSourceLinkGitLabVersion>1.2.0-beta-23175-02</MicrosoftSourceLinkGitLabVersion>
184+
<MicrosoftSourceLinkBitBucketVersion>1.2.0-beta-23175-02</MicrosoftSourceLinkBitBucketVersion>
185+
</PropertyGroup>
177186
<!-- Get .NET Framework reference assemblies from NuGet packages -->
178187
<PropertyGroup>
179188
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>

0 commit comments

Comments
 (0)