Skip to content

Commit 74be19a

Browse files
author
Jason Zhai
committed
Merge branch 'release/9.0.1xx' of https://github.com/dotnet/sdk into darc-release/9.0.1xx-f8a73d83-1771-487e-b48d-c340eff4c20a
2 parents f7156c2 + 1efe473 commit 74be19a

File tree

10 files changed

+36
-54
lines changed

10 files changed

+36
-54
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<add key="darc-pub-dotnet-aspnetcore-1e7a7af" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-1e7a7af6/nuget/v3/index.json" />
1515
<!-- End: Package sources from dotnet-aspnetcore -->
1616
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
17-
<add key="darc-pub-DotNet-msbuild-Trusted-4ae11fa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-4ae11fa8/nuget/v3/index.json" />
17+
<add key="darc-pub-DotNet-msbuild-Trusted-db5f601" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-db5f6012/nuget/v3/index.json" />
1818
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1919
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2020
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
<Sha>8be5676af1ccf568b258133788a24aedd1a80994</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.3">
76+
<Dependency Name="Microsoft.Build" Version="17.12.6">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
78+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.3-preview-24504-01">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.6-preview-24518-05">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
82+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.3-preview-24504-01">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.6-preview-24518-05">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
87+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">
@@ -379,14 +379,14 @@
379379
<Uri>https://github.com/dotnet/test-templates</Uri>
380380
<Sha>49c9ad01f057b3c6352bbec12b117acc2224493c</Sha>
381381
</Dependency>
382-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24517.3">
382+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24521.3">
383383
<Uri>https://github.com/dotnet/test-templates</Uri>
384-
<Sha>deb758b7e7750826a75e937c7df5b97f19c510f8</Sha>
384+
<Sha>f6920c348761980e1601632a2031920b24921772</Sha>
385385
</Dependency>
386386
<!-- Intermediate is necessary for source build. -->
387-
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24517.3">
387+
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24521.3">
388388
<Uri>https://github.com/dotnet/test-templates</Uri>
389-
<Sha>deb758b7e7750826a75e937c7df5b97f19c510f8</Sha>
389+
<Sha>f6920c348761980e1601632a2031920b24921772</Sha>
390390
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
391391
</Dependency>
392392
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PropertyGroup>
9999
<!-- Dependency from https://github.com/dotnet/test-templates -->
100100
<!-- Supported versions -->
101-
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24517.3</MicrosoftDotNetTestProjectTemplates90PackageVersion>
101+
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24521.3</MicrosoftDotNetTestProjectTemplates90PackageVersion>
102102
</PropertyGroup>
103103
<PropertyGroup>
104104
<!-- Dependencies from https://github.com/dotnet/runtime -->
@@ -194,8 +194,8 @@
194194
then use that in Directory.Packages.props.
195195
196196
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
197-
<MicrosoftBuildVersion>17.12.3</MicrosoftBuildVersion>
198-
<MicrosoftBuildLocalizationVersion>17.12.3-preview-24504-01</MicrosoftBuildLocalizationVersion>
197+
<MicrosoftBuildVersion>17.12.6</MicrosoftBuildVersion>
198+
<MicrosoftBuildLocalizationVersion>17.12.6-preview-24518-05</MicrosoftBuildLocalizationVersion>
199199
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
200200
</PropertyGroup>
201201
<PropertyGroup>

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/SdkContentTests.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ private void RemoveExcludedAssemblyVersionPaths(Dictionary<string, Version?> sbS
9898
{
9999
string assemblyPath = sbSdkFileArray[i];
100100
Version? sbVersion = sbSdkAssemblyVersions[assemblyPath];
101-
Version? msftVersion = msftSdkAssemblyVersions[assemblyPath];
101+
if (!msftSdkAssemblyVersions.TryGetValue(assemblyPath, out Version? msftVersion))
102+
{
103+
sbSdkAssemblyVersions.Remove(assemblyPath);
104+
continue;
105+
}
102106

103107
if (sbVersion is not null &&
104108
msftVersion is not null &&
@@ -169,7 +173,7 @@ private string FindMatchingFilePath(string rootDir, Matcher matcher, string repr
169173
}
170174
}
171175

172-
Assert.Fail($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
176+
OutputHelper.WriteLine($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
173177
return string.Empty;
174178
}
175179

src/SourceBuild/patches/msbuild/0001-Remove-BuildXL-feed.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Tasks/Common/Resources/xlf/Strings.fr.xlf

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

src/Tasks/Common/Resources/xlf/Strings.it.xlf

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

src/Tasks/Common/Resources/xlf/Strings.pt-BR.xlf

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

src/Tasks/Common/Resources/xlf/Strings.zh-Hant.xlf

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

src/WebSdk/Publish/Tasks/Properties/xlf/Resources.zh-Hant.xlf

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)