Skip to content

Commit 8818780

Browse files
authored
[main] Source code updates from dotnet/dotnet (#13821)
> [!NOTE] > This is a codeflow update. It may contain both source code changes from [the VMR](https://github.com/dotnet/dotnet) as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:81d064a4-929c-4152-b746-ee3acc24b4ed) ## From https://github.com/dotnet/dotnet - **Subscription**: [81d064a4-929c-4152-b746-ee3acc24b4ed](https://maestro.dot.net/subscriptions?search=81d064a4-929c-4152-b746-ee3acc24b4ed) - **Build**: [20250818.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2774705) - **Date Produced**: August 18, 2025 11:03:40 PM UTC - **Commit**: [5c3434d8b831745673c31e186906f463e1036301](dotnet/dotnet@5c3434d) - **Commit Diff**: [5088919...5c3434d](dotnet/dotnet@5088919...5c3434d) - **Branch**: [main](https://github.com/dotnet/dotnet/tree/main) **Updated Dependencies** - From [10.0.0-beta.25414.103 to 10.0.0-beta.25418.105][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.CMake.Sdk - Microsoft.DotNet.GenFacades - Microsoft.DotNet.Helix.Sdk - Microsoft.DotNet.RemoteExecutor - Microsoft.DotNet.XUnitV3Extensions - From [10.0.0-rc.1.25414.103 to 10.0.0-rc.1.25418.105][1] - Microsoft.NET.Sdk.IL - Microsoft.NETCore.App.Ref - Microsoft.NETCore.ILAsm - Microsoft.NETCore.ILDAsm - Microsoft.NETCore.Platforms - Microsoft.Win32.SystemEvents - runtime.win-x64.Microsoft.NETCore.ILAsm - runtime.win-x86.Microsoft.NETCore.ILAsm - System.CodeDom - System.Configuration.ConfigurationManager - System.Formats.Nrbf - System.IO.Hashing - System.Reflection.MetadataLoadContext - System.Resources.Extensions - System.Runtime.Serialization.Formatters - System.Text.Encodings.Web - System.Text.Json - System.Windows.Extensions [marker]: <> (End:81d064a4-929c-4152-b746-ee3acc24b4ed) [1]: dotnet/dotnet@5088919...5c3434d [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/arcade@ea9e51a...e58b086 - dotnet/aspnetcore@f4e259a...d757bfd - dotnet/efcore@29a8c97...118bb72 - dotnet/fsharp@7903428...a3e663d - dotnet/msbuild@279cffc...c4c851a - dotnet/razor@cfc7125...64d0011 - dotnet/roslyn@633a6e3...7c7cfd9 - dotnet/runtime@f53ffe6...10bc776 - dotnet/sdk@1b6d28d...b4882e0 - dotnet/source-build-reference-packages@95e8d43...2994715 [marker]: <> (End:Footer:CodeFlow PR) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/13821)
2 parents 9cd3087 + b8c4111 commit 8818780

23 files changed

+197
-143
lines changed

eng/Version.Details.props

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ This file should be imported by eng/Versions.props
77
<Project>
88
<PropertyGroup>
99
<!-- dotnet/dotnet dependencies -->
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetArcadeSdkPackageVersion>
11-
<MicrosoftDotNetCMakeSdkPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetCMakeSdkPackageVersion>
12-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetGenFacadesPackageVersion>
13-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetHelixSdkPackageVersion>
14-
<MicrosoftDotNetRemoteExecutorPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetRemoteExecutorPackageVersion>
15-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25414.103</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16-
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25414.103</MicrosoftNETSdkILPackageVersion>
17-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25414.103</MicrosoftNETCoreAppRefPackageVersion>
18-
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25414.103</MicrosoftNETCoreILAsmPackageVersion>
19-
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25414.103</MicrosoftNETCoreILDAsmPackageVersion>
20-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25414.103</MicrosoftNETCorePlatformsPackageVersion>
21-
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25414.103</MicrosoftWin32SystemEventsPackageVersion>
22-
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25414.103</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23-
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25414.103</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24-
<SystemCodeDomPackageVersion>10.0.0-rc.1.25414.103</SystemCodeDomPackageVersion>
25-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25414.103</SystemConfigurationConfigurationManagerPackageVersion>
26-
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25414.103</SystemFormatsNrbfPackageVersion>
27-
<SystemIOHashingPackageVersion>10.0.0-rc.1.25414.103</SystemIOHashingPackageVersion>
28-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25414.103</SystemReflectionMetadataLoadContextPackageVersion>
29-
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25414.103</SystemResourcesExtensionsPackageVersion>
30-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25414.103</SystemRuntimeSerializationFormattersPackageVersion>
31-
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25414.103</SystemTextEncodingsWebPackageVersion>
32-
<SystemTextJsonPackageVersion>10.0.0-rc.1.25414.103</SystemTextJsonPackageVersion>
33-
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25414.103</SystemWindowsExtensionsPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetArcadeSdkPackageVersion>
11+
<MicrosoftDotNetCMakeSdkPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetCMakeSdkPackageVersion>
12+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetGenFacadesPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotNetRemoteExecutorPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetRemoteExecutorPackageVersion>
15+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25418.105</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25418.105</MicrosoftNETSdkILPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25418.105</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25418.105</MicrosoftNETCoreILAsmPackageVersion>
19+
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25418.105</MicrosoftNETCoreILDAsmPackageVersion>
20+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25418.105</MicrosoftNETCorePlatformsPackageVersion>
21+
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25418.105</MicrosoftWin32SystemEventsPackageVersion>
22+
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25418.105</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23+
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25418.105</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24+
<SystemCodeDomPackageVersion>10.0.0-rc.1.25418.105</SystemCodeDomPackageVersion>
25+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25418.105</SystemConfigurationConfigurationManagerPackageVersion>
26+
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25418.105</SystemFormatsNrbfPackageVersion>
27+
<SystemIOHashingPackageVersion>10.0.0-rc.1.25418.105</SystemIOHashingPackageVersion>
28+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25418.105</SystemReflectionMetadataLoadContextPackageVersion>
29+
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25418.105</SystemResourcesExtensionsPackageVersion>
30+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25418.105</SystemRuntimeSerializationFormattersPackageVersion>
31+
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25418.105</SystemTextEncodingsWebPackageVersion>
32+
<SystemTextJsonPackageVersion>10.0.0-rc.1.25418.105</SystemTextJsonPackageVersion>
33+
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25418.105</SystemWindowsExtensionsPackageVersion>
3434
</PropertyGroup>
3535
<!--Property group for alternate package version names-->
3636
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,106 +6,106 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
66
And you can check these with "darc get-dependencies <dash dash>target-repo "winforms"
77
-->
88
<Dependencies>
9-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="5088919af0e4a144ce5b294542f472bf668c9cc8" BarId="279336" />
9+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="5c3434d8b831745673c31e186906f463e1036301" BarId="279843" />
1010
<ProductDependencies>
11-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25414.103">
11+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25418.105">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
13+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
1414
</Dependency>
15-
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25414.103">
15+
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25418.105">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
17+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
1818
</Dependency>
19-
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25414.103">
19+
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25418.105">
2020
<Uri>https://github.com/dotnet/dotnet</Uri>
21-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
21+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25414.103">
23+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25418.105">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
25+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25414.103">
27+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25418.105">
2828
<Uri>https://github.com/dotnet/dotnet</Uri>
29-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
29+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25414.103">
31+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25418.105">
3232
<Uri>https://github.com/dotnet/dotnet</Uri>
33-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
33+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25414.103">
35+
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25418.105">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
37+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
3838
</Dependency>
39-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25414.103">
39+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25418.105">
4040
<Uri>https://github.com/dotnet/dotnet</Uri>
41-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
41+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25414.103">
43+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25418.105">
4444
<Uri>https://github.com/dotnet/dotnet</Uri>
45-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
45+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
4646
</Dependency>
47-
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25414.103">
47+
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25418.105">
4848
<Uri>https://github.com/dotnet/dotnet</Uri>
49-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
49+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
5050
</Dependency>
51-
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25414.103">
51+
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25418.105">
5252
<Uri>https://github.com/dotnet/dotnet</Uri>
53-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
53+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25414.103">
55+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25418.105">
5656
<Uri>https://github.com/dotnet/dotnet</Uri>
57-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
57+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
5858
</Dependency>
59-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25414.103">
59+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25418.105">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
61+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25414.103">
63+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25418.105">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
65+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
6666
</Dependency>
67-
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25414.103">
67+
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25418.105">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
69+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25414.103">
71+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25418.105">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
73+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
7474
</Dependency>
75-
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25414.103">
75+
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25418.105">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
77+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
7878
</Dependency>
79-
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25414.103">
79+
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25418.105">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
81+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
8282
</Dependency>
8383
</ProductDependencies>
8484
<ToolsetDependencies>
8585
<!-- Arcade -->
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25414.103">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25418.105">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
88+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25414.103">
90+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25418.105">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
92+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25414.103">
94+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25418.105">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
96+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25414.103">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25418.105">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
100+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25414.103">
102+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25418.105">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
104+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25414.103">
106+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25418.105">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>5088919af0e4a144ce5b294542f472bf668c9cc8</Sha>
108+
<Sha>5c3434d8b831745673c31e186906f463e1036301</Sha>
109109
</Dependency>
110110
</ToolsetDependencies>
111111
</Dependencies>

eng/common/SetupNugetSources.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# displayName: Setup Private Feeds Credentials
1111
# condition: eq(variables['Agent.OS'], 'Windows_NT')
1212
# inputs:
13-
# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
14-
# arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
13+
# filePath: $(System.DefaultWorkingDirectory)/eng/common/SetupNugetSources.ps1
14+
# arguments: -ConfigFile $(System.DefaultWorkingDirectory)/NuGet.config -Password $Env:Token
1515
# env:
1616
# Token: $(dn-bot-dnceng-artifact-feeds-rw)
1717
#

eng/common/SetupNugetSources.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# - task: Bash@3
1212
# displayName: Setup Internal Feeds
1313
# inputs:
14-
# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh
15-
# arguments: $(Build.SourcesDirectory)/NuGet.config
14+
# filePath: $(System.DefaultWorkingDirectory)/eng/common/SetupNugetSources.sh
15+
# arguments: $(System.DefaultWorkingDirectory)/NuGet.config
1616
# condition: ne(variables['Agent.OS'], 'Windows_NT')
1717
# - task: NuGetAuthenticate@1
1818
#

eng/common/core-templates/job/job.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
inputs:
164164
testResultsFormat: 'xUnit'
165165
testResultsFiles: '*.xml'
166-
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)'
166+
searchFolder: '$(System.DefaultWorkingDirectory)/artifacts/TestResults/$(_BuildConfig)'
167167
testRunTitle: ${{ coalesce(parameters.testRunTitle, parameters.name, '$(System.JobName)') }}-xunit
168168
mergeTestResults: ${{ parameters.mergeTestResults }}
169169
continueOnError: true
@@ -174,7 +174,7 @@ jobs:
174174
inputs:
175175
testResultsFormat: 'VSTest'
176176
testResultsFiles: '*.trx'
177-
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)'
177+
searchFolder: '$(System.DefaultWorkingDirectory)/artifacts/TestResults/$(_BuildConfig)'
178178
testRunTitle: ${{ coalesce(parameters.testRunTitle, parameters.name, '$(System.JobName)') }}-trx
179179
mergeTestResults: ${{ parameters.mergeTestResults }}
180180
continueOnError: true
@@ -218,7 +218,7 @@ jobs:
218218
- task: CopyFiles@2
219219
displayName: Gather buildconfiguration for build retry
220220
inputs:
221-
SourceFolder: '$(Build.SourcesDirectory)/eng/common/BuildConfiguration'
221+
SourceFolder: '$(System.DefaultWorkingDirectory)/eng/common/BuildConfiguration'
222222
Contents: '**'
223223
TargetFolder: '$(Build.ArtifactStagingDirectory)/eng/common/BuildConfiguration'
224224
continueOnError: true

eng/common/core-templates/job/onelocbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex
99
GithubPat: $(BotAccount-dotnet-bot-repo-PAT)
1010

11-
SourcesDirectory: $(Build.SourcesDirectory)
11+
SourcesDirectory: $(System.DefaultWorkingDirectory)
1212
CreatePr: true
1313
AutoCompletePr: false
1414
ReusePr: true
@@ -68,7 +68,7 @@ jobs:
6868
- ${{ if ne(parameters.SkipLocProjectJsonGeneration, 'true') }}:
6969
- task: Powershell@2
7070
inputs:
71-
filePath: $(Build.SourcesDirectory)/eng/common/generate-locproject.ps1
71+
filePath: $(System.DefaultWorkingDirectory)/eng/common/generate-locproject.ps1
7272
arguments: $(_GenerateLocProjectArguments)
7373
displayName: Generate LocProject.json
7474
condition: ${{ parameters.condition }}
@@ -103,7 +103,7 @@ jobs:
103103
- task: CopyFiles@2
104104
displayName: Copy LocProject.json
105105
inputs:
106-
SourceFolder: '$(Build.SourcesDirectory)/eng/Localize/'
106+
SourceFolder: '$(System.DefaultWorkingDirectory)/eng/Localize/'
107107
Contents: 'LocProject.json'
108108
TargetFolder: '$(Build.ArtifactStagingDirectory)/loc'
109109
condition: ${{ parameters.condition }}

0 commit comments

Comments
 (0)