Skip to content

Commit 0a057c9

Browse files
[release/8.0.3xx] Update dependencies from dotnet/arcade (#20280)
[release/8.0.3xx] Update dependencies from dotnet/arcade - Merge branch 'release/8.0.3xx' of https://github.com/dotnet/installer into darc-release/8.0.3xx-7aefe31d-985e-4642-82c2-00f92c77143d
1 parent e7fc49e commit 0a057c9

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,18 @@
214214
</Dependency>
215215
</ProductDependencies>
216216
<ToolsetDependencies>
217-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24623.2">
217+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25060.1">
218218
<Uri>https://github.com/dotnet/arcade</Uri>
219-
<Sha>278b1dda181ab18a9fbed73da998e50d128eae21</Sha>
219+
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
220220
<SourceBuild RepoName="arcade" ManagedOnly="true" />
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24623.2">
222+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25060.1">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>278b1dda181ab18a9fbed73da998e50d128eae21</Sha>
224+
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24623.2">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25060.1">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>278b1dda181ab18a9fbed73da998e50d128eae21</Sha>
228+
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
229229
</Dependency>
230230
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24306.1">
231231
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24623.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25060.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- Dependency from https://github.com/dotnet/arcade-services -->

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
arguments: >
8787
-task PublishBuildAssets -restore -msbuildEngine dotnet
8888
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
89-
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
89+
/p:MaestroApiEndpoint=https://maestro.dot.net
9090
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
9191
/p:OfficialBuildId=$(Build.BuildNumber)
9292
condition: ${{ parameters.condition }}

eng/common/templates-official/post-build/common-variables.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77

88
# Default Maestro++ API Endpoint and API Version
99
- name: MaestroApiEndPoint
10-
value: "https://maestro-prod.westus2.cloudapp.azure.com"
10+
value: "https://maestro.dot.net"
1111
- name: MaestroApiAccessToken
1212
value: $(MaestroAccessToken)
1313
- name: MaestroApiVersion

eng/common/templates/job/job.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
130130
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
131-
- task: MicroBuildSigningPlugin@3
131+
- task: MicroBuildSigningPlugin@4
132132
displayName: Install MicroBuild plugin
133133
inputs:
134134
signType: $(_SignType)

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "3.21.0"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24623.2",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24623.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25060.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25060.1"
1616
}
1717
}

0 commit comments

Comments
 (0)