Skip to content

Commit 310ec07

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 280414 (#36636)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25420.111 -> 10.0.0-beta.25421.113) Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Logging, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Formats.Asn1, System.Runtime.Caching, System.Text.Encodings.Web, System.Text.Json (Version 10.0.0-rc.1.25420.111 -> 10.0.0-rc.1.25421.113) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5eedebf commit 310ec07

25 files changed

+189
-129
lines changed

eng/Version.Details.props

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ This file should be imported by eng/Versions.props
77
<Project>
88
<PropertyGroup>
99
<!-- dotnet/dotnet dependencies -->
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25420.111</MicrosoftDotNetArcadeSdkPackageVersion>
11-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.25420.111</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
12-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25420.111</MicrosoftDotNetHelixSdkPackageVersion>
13-
<MicrosoftExtensionsCachingMemoryPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsCachingMemoryPackageVersion>
14-
<MicrosoftExtensionsConfigurationPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsConfigurationPackageVersion>
15-
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsConfigurationAbstractionsPackageVersion>
16-
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
17-
<MicrosoftExtensionsConfigurationJsonPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsConfigurationJsonPackageVersion>
18-
<MicrosoftExtensionsDependencyInjectionPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsDependencyInjectionPackageVersion>
19-
<MicrosoftExtensionsDependencyModelPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsDependencyModelPackageVersion>
20-
<MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>
21-
<MicrosoftExtensionsLoggingPackageVersion>10.0.0-rc.1.25420.111</MicrosoftExtensionsLoggingPackageVersion>
22-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25420.111</MicrosoftNETCoreAppRefPackageVersion>
23-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25420.111</MicrosoftNETCorePlatformsPackageVersion>
24-
<SystemFormatsAsn1PackageVersion>10.0.0-rc.1.25420.111</SystemFormatsAsn1PackageVersion>
25-
<SystemRuntimeCachingPackageVersion>10.0.0-rc.1.25420.111</SystemRuntimeCachingPackageVersion>
26-
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25420.111</SystemTextEncodingsWebPackageVersion>
27-
<SystemTextJsonPackageVersion>10.0.0-rc.1.25420.111</SystemTextJsonPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25421.113</MicrosoftDotNetArcadeSdkPackageVersion>
11+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.25421.113</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
12+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25421.113</MicrosoftDotNetHelixSdkPackageVersion>
13+
<MicrosoftExtensionsCachingMemoryPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsCachingMemoryPackageVersion>
14+
<MicrosoftExtensionsConfigurationPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsConfigurationPackageVersion>
15+
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsConfigurationAbstractionsPackageVersion>
16+
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
17+
<MicrosoftExtensionsConfigurationJsonPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsConfigurationJsonPackageVersion>
18+
<MicrosoftExtensionsDependencyInjectionPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsDependencyInjectionPackageVersion>
19+
<MicrosoftExtensionsDependencyModelPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsDependencyModelPackageVersion>
20+
<MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>
21+
<MicrosoftExtensionsLoggingPackageVersion>10.0.0-rc.1.25421.113</MicrosoftExtensionsLoggingPackageVersion>
22+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25421.113</MicrosoftNETCoreAppRefPackageVersion>
23+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25421.113</MicrosoftNETCorePlatformsPackageVersion>
24+
<SystemFormatsAsn1PackageVersion>10.0.0-rc.1.25421.113</SystemFormatsAsn1PackageVersion>
25+
<SystemRuntimeCachingPackageVersion>10.0.0-rc.1.25421.113</SystemRuntimeCachingPackageVersion>
26+
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25421.113</SystemTextEncodingsWebPackageVersion>
27+
<SystemTextJsonPackageVersion>10.0.0-rc.1.25421.113</SystemTextJsonPackageVersion>
2828
</PropertyGroup>
2929
<!--Property group for alternate package version names-->
3030
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="efcore" Sha="6218c7cdc745d1633718b5474be71b4ddb2cedf2" BarId="280250" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="efcore" Sha="d5539bb825f9d1376b6002463dd26f9e8c5a570f" BarId="280414" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.1.25420.111">
5+
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.1.25421.113">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
7+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-rc.1.25420.111">
9+
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-rc.1.25421.113">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
11+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0-rc.1.25420.111">
13+
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0-rc.1.25421.113">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
15+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="10.0.0-rc.1.25420.111">
17+
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="10.0.0-rc.1.25421.113">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
19+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.Extensions.Configuration" Version="10.0.0-rc.1.25420.111">
21+
<Dependency Name="Microsoft.Extensions.Configuration" Version="10.0.0-rc.1.25421.113">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
23+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.1.25420.111">
25+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.1.25421.113">
2626
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
27+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="10.0.0-rc.1.25420.111">
29+
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="10.0.0-rc.1.25421.113">
3030
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
31+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="10.0.0-rc.1.25420.111">
33+
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="10.0.0-rc.1.25421.113">
3434
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
35+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.Extensions.Logging" Version="10.0.0-rc.1.25420.111">
37+
<Dependency Name="Microsoft.Extensions.Logging" Version="10.0.0-rc.1.25421.113">
3838
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
39+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25420.111">
41+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25421.113">
4242
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
43+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25420.111">
45+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25421.113">
4646
<Uri>https://github.com/dotnet/dotnet</Uri>
47-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
47+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
4848
</Dependency>
49-
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25420.111">
49+
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25421.113">
5050
<Uri>https://github.com/dotnet/dotnet</Uri>
51-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
51+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
5252
</Dependency>
53-
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25420.111">
53+
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25421.113">
5454
<Uri>https://github.com/dotnet/dotnet</Uri>
55-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
55+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
5656
</Dependency>
57-
<Dependency Name="System.Formats.Asn1" Version="10.0.0-rc.1.25420.111">
57+
<Dependency Name="System.Formats.Asn1" Version="10.0.0-rc.1.25421.113">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
59+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
6060
</Dependency>
61-
<Dependency Name="System.Runtime.Caching" Version="10.0.0-rc.1.25420.111">
61+
<Dependency Name="System.Runtime.Caching" Version="10.0.0-rc.1.25421.113">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
63+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
6464
</Dependency>
6565
</ProductDependencies>
6666
<ToolsetDependencies>
67-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25420.111">
67+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25421.113">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
69+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
7070
</Dependency>
71-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25420.111">
71+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25421.113">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
73+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
7474
</Dependency>
75-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25420.111">
75+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25421.113">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>6218c7cdc745d1633718b5474be71b4ddb2cedf2</Sha>
77+
<Sha>d5539bb825f9d1376b6002463dd26f9e8c5a570f</Sha>
7878
</Dependency>
7979
</ToolsetDependencies>
8080
</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 }}

eng/common/core-templates/job/publish-build-assets.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ parameters:
3838
# Optional: A minimatch pattern for the asset manifests to publish to BAR
3939
assetManifestsPattern: '*/manifests/**/*.xml'
4040

41+
repositoryAlias: self
42+
4143
jobs:
4244
- job: Asset_Registry_Publish
4345

@@ -78,7 +80,7 @@ jobs:
7880
- 'Illegal entry point, is1ESPipeline is not defined. Repository yaml should not directly reference templates in core-templates folder.': error
7981

8082
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
81-
- checkout: self
83+
- checkout: ${{ parameters.repositoryAlias }}
8284
fetchDepth: 3
8385
clean: true
8486

@@ -117,7 +119,7 @@ jobs:
117119
azureSubscription: "Darc: Maestro Production"
118120
scriptType: ps
119121
scriptLocation: scriptPath
120-
scriptPath: $(Build.SourcesDirectory)/eng/common/sdk-task.ps1
122+
scriptPath: $(System.DefaultWorkingDirectory)/eng/common/sdk-task.ps1
121123
arguments: -task PublishBuildAssets -restore -msbuildEngine dotnet
122124
/p:ManifestsPath='$(Build.StagingDirectory)/AssetManifests'
123125
/p:IsAssetlessBuild=${{ parameters.isAssetlessBuild }}
@@ -137,7 +139,7 @@ jobs:
137139
Add-Content -Path $filePath -Value "$(DefaultChannels)"
138140
Add-Content -Path $filePath -Value $(IsStableBuild)
139141
140-
$symbolExclusionfile = "$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt"
142+
$symbolExclusionfile = "$(System.DefaultWorkingDirectory)/eng/SymbolPublishingExclusionsFile.txt"
141143
if (Test-Path -Path $symbolExclusionfile)
142144
{
143145
Write-Host "SymbolExclusionFile exists"
@@ -177,7 +179,7 @@ jobs:
177179
azureSubscription: "Darc: Maestro Production"
178180
scriptType: ps
179181
scriptLocation: scriptPath
180-
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
182+
scriptPath: $(System.DefaultWorkingDirectory)/eng/common/post-build/publish-using-darc.ps1
181183
arguments: >
182184
-BuildId $(BARBuildId)
183185
-PublishingInfraVersion 3

eng/common/core-templates/jobs/codeql-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: DefaultGuardianVersion
2525
value: 0.109.0
2626
- name: GuardianPackagesConfigFile
27-
value: $(Build.SourcesDirectory)\eng\common\sdl\packages.config
27+
value: $(System.DefaultWorkingDirectory)\eng\common\sdl\packages.config
2828
- name: GuardianVersion
2929
value: ${{ coalesce(parameters.overrideGuardianVersion, '$(DefaultGuardianVersion)') }}
3030

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ parameters:
4343

4444
artifacts: {}
4545
is1ESPipeline: ''
46+
repositoryAlias: self
4647

4748
# Internal resources (telemetry, microbuild) can only be accessed from non-public projects,
4849
# and some (Microbuild) should only be applied to non-PR cases for internal builds.
@@ -114,3 +115,4 @@ jobs:
114115
enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }}
115116
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
116117
signingValidationAdditionalParameters: ${{ parameters.signingValidationAdditionalParameters }}
118+
repositoryAlias: ${{ parameters.repositoryAlias }}

0 commit comments

Comments
 (0)