Skip to content

Commit 3215e3d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250110.1
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24225.1 -> To Version 8.0.0-beta.25060.1
1 parent d798fbc commit 3215e3d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</Dependency>
8484
</ProductDependencies>
8585
<ToolsetDependencies>
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24623.2">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25060.1">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>278b1dda181ab18a9fbed73da998e50d128eae21</Sha>
88+
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
8989
<SourceBuild RepoName="arcade" ManagedOnly="true" />
9090
</Dependency>
9191
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dotnet": "8.0.110"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24623.2"
11+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25060.1"
1212
}
1313
}

0 commit comments

Comments
 (0)