Skip to content

Commit caa5b7d

Browse files
authored
Merge pull request #9532 from dotnet-maestro-bot/merge/vs17.9-to-main
[automated] Merge branch 'vs17.9' => 'main'
2 parents 125647b + b0e2b79 commit caa5b7d

27 files changed

+102
-37
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
2+
# See https://help.github.com/articles/about-code-owners/
3+
4+
/eng/SourceBuild* @dotnet/source-build-internal
5+
/eng/ @dotnet/kitten
6+
/.github/ @dotnet/kitten
7+
/global.json @dotnet/kitten
8+
/.exp-insertions.yml @dotnet/kitten
9+
/.opt-prof.yml @dotnet/kitten
10+
/.vsts-dotnet-ci.yml @dotnet/kitten
11+
/.vsts-dotnet.yml @dotnet/kitten
12+
/NuGet.config @dotnet/kitten
13+
/Directory.Build* @dotnet/kitten
14+
/.git* @dotnet/kitten

.vsts-dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ stages:
9494
value: 'int.main'
9595
- name: VisualStudio.DropName
9696
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
97-
- name: NUGET_PACKAGES
98-
value:
9997

10098
steps:
10199
- task: NuGetToolInstaller@0

documentation/wiki/ChangeWaves.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ A wave of features is set to "rotate out" (i.e. become standard functionality) t
2929
- [Cache SDK resolver data process-wide](https://github.com/dotnet/msbuild/pull/9335)
3030
- [Target parameters will be unquoted](https://github.com/dotnet/msbuild/pull/9452), meaning the ';' symbol in the parameter target name will always be treated as separator
3131
- [Change Version switch output to finish with a newline](https://github.com/dotnet/msbuild/pull/9485)
32+
- [Load Microsoft.DotNet.MSBuildSdkResolver into default load context (MSBuild.exe only)](https://github.com/dotnet/msbuild/pull/9439)
3233

3334
### 17.8
3435
- [[RAR] Don't do I/O on SDK-provided references](https://github.com/dotnet/msbuild/pull/8688)

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
</Dependency>
5959
</ProductDependencies>
6060
<ToolsetDependencies>
61-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23463.1">
61+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23580.1">
6262
<Uri>https://github.com/dotnet/arcade</Uri>
63-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
63+
<Sha>efc3da96e5ac110513e92ebd9ef87c73f44d8540</Sha>
6464
<SourceBuild RepoName="arcade" ManagedOnly="true" />
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23426.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
66+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
6767
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
68-
<Sha>194f32828726c3f1f63f79f3dc09b9e99c157b11</Sha>
68+
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
6969
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.50">
@@ -77,9 +77,9 @@
7777
<Sha>8e4ab418a8f9703f7dfe3a66adc9b3876ef9382f</Sha>
7878
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23463.1">
80+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23580.1">
8181
<Uri>https://github.com/dotnet/arcade</Uri>
82-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
82+
<Sha>efc3da96e5ac110513e92ebd9ef87c73f44d8540</Sha>
8383
</Dependency>
8484
</ToolsetDependencies>
8585
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Otherwise, this version of dotnet will not be installed and the build will error out. -->
4848
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
4949
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
50-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23463.1</MicrosoftDotNetXUnitExtensionsVersion>
50+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23580.1</MicrosoftDotNetXUnitExtensionsVersion>
5151
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5252
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
5353
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23608.9</MicrosoftNetCompilersToolsetVersion>

eng/common/darc-init.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/post-build/add-build-to-channel.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/post-build/publish-using-darc.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/post-build/trigger-subscriptions.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)