Skip to content

Commit 29ac74a

Browse files
[main] Update dependencies from dotnet/arcade (#42068)
[main] Update dependencies from dotnet/arcade
1 parent 9a028e1 commit 29ac74a

File tree

4 files changed

+24
-43
lines changed

4 files changed

+24
-43
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -581,34 +581,34 @@
581581
</Dependency>
582582
</ProductDependencies>
583583
<ToolsetDependencies>
584-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24352.2">
584+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24360.2">
585585
<Uri>https://github.com/dotnet/arcade</Uri>
586-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
586+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
587587
</Dependency>
588-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24352.2">
588+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24360.2">
589589
<Uri>https://github.com/dotnet/arcade</Uri>
590-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
590+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
591591
</Dependency>
592-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24352.2">
592+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24360.2">
593593
<Uri>https://github.com/dotnet/arcade</Uri>
594-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
594+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
595595
</Dependency>
596-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24352.2">
596+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24360.2">
597597
<Uri>https://github.com/dotnet/arcade</Uri>
598-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
598+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24352.2">
600+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24360.2">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
602+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24352.2">
604+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24360.2">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
606+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
607607
</Dependency>
608608
<!-- Intermediate is necessary for source build. -->
609-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24352.2">
609+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24360.2">
610610
<Uri>https://github.com/dotnet/arcade</Uri>
611-
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
611+
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
612612
<SourceBuild RepoName="arcade" ManagedOnly="true" />
613613
</Dependency>
614614
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.7.24357.2">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@
316316
</PropertyGroup>
317317
<PropertyGroup>
318318
<!-- Dependencies from https://github.com/dotnet/arcade -->
319-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24352.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
320-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24352.2</MicrosoftDotNetSignToolVersion>
321-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24352.2</MicrosoftDotNetXliffTasksVersion>
322-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24352.2</MicrosoftDotNetXUnitExtensionsVersion>
319+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24360.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
320+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24360.2</MicrosoftDotNetSignToolVersion>
321+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24360.2</MicrosoftDotNetXliffTasksVersion>
322+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24360.2</MicrosoftDotNetXUnitExtensionsVersion>
323323
</PropertyGroup>
324324
<PropertyGroup>
325325
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

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

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,38 +113,19 @@ jobs:
113113
Add-Content -Path $filePath -Value "$(DefaultChannels)"
114114
Add-Content -Path $filePath -Value $(IsStableBuild)
115115
116-
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
117-
parameters:
118-
is1ESPipeline: ${{ parameters.is1ESPipeline }}
119-
args:
120-
displayName: Publish ReleaseConfigs Artifact
121-
pathToPublish: '$(Build.StagingDirectory)/ReleaseConfigs'
122-
publishLocation: Container
123-
artifactName: ReleaseConfigs
124-
125-
- task: powershell@2
126-
displayName: Check if SymbolPublishingExclusionsFile.txt exists
127-
inputs:
128-
targetType: inline
129-
script: |
130116
$symbolExclusionfile = "$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt"
131-
if(Test-Path -Path $symbolExclusionfile)
117+
if (Test-Path -Path $symbolExclusionfile)
132118
{
133119
Write-Host "SymbolExclusionFile exists"
134-
Write-Host "##vso[task.setvariable variable=SymbolExclusionFile]true"
135-
}
136-
else{
137-
Write-Host "Symbols Exclusion file does not exist"
138-
Write-Host "##vso[task.setvariable variable=SymbolExclusionFile]false"
120+
Copy-Item -Path $symbolExclusionfile -Destination "$(Build.StagingDirectory)/ReleaseConfigs"
139121
}
140122
141123
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
142124
parameters:
143125
is1ESPipeline: ${{ parameters.is1ESPipeline }}
144126
args:
145-
displayName: Publish SymbolPublishingExclusionsFile Artifact
146-
condition: eq(variables['SymbolExclusionFile'], 'true')
147-
pathToPublish: '$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
127+
displayName: Publish ReleaseConfigs Artifact
128+
pathToPublish: '$(Build.StagingDirectory)/ReleaseConfigs'
148129
publishLocation: Container
149130
artifactName: ReleaseConfigs
150131

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24352.2",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24352.2",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24360.2",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24360.2",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)