Skip to content

Commit c131e22

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20200424.11
- Microsoft.DotNet.XUnitExtensions: 5.0.0-beta.20201.2 -> 5.0.0-beta.20224.11 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20224.11 - Microsoft.DotNet.GenFacades: 5.0.0-beta.20201.2 -> 5.0.0-beta.20224.11 - Microsoft.DotNet.Helix.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20224.11 - Microsoft.DotNet.RemoteExecutor: 5.0.0-beta.20201.2 -> 5.0.0-beta.20224.11
1 parent 974c0c5 commit c131e22

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
6767
<SourceBuildId>5596</SourceBuildId>
6868
</Dependency>
6969
<!-- Arcade -->
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20221.14">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20224.11">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>e13ae00db986456a5012f2d9d479d893b3f5aff6</Sha>
72+
<Sha>ff09a8a065a615c2fde8df82106bcd1f0fcb32aa</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20221.14">
74+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20224.11">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>e13ae00db986456a5012f2d9d479d893b3f5aff6</Sha>
76+
<Sha>ff09a8a065a615c2fde8df82106bcd1f0fcb32aa</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20221.14">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20224.11">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>e13ae00db986456a5012f2d9d479d893b3f5aff6</Sha>
80+
<Sha>ff09a8a065a615c2fde8df82106bcd1f0fcb32aa</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20221.14">
82+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20224.11">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>e13ae00db986456a5012f2d9d479d893b3f5aff6</Sha>
84+
<Sha>ff09a8a065a615c2fde8df82106bcd1f0fcb32aa</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20221.14">
86+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20224.11">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>e13ae00db986456a5012f2d9d479d893b3f5aff6</Sha>
88+
<Sha>ff09a8a065a615c2fde8df82106bcd1f0fcb32aa</Sha>
8989
</Dependency>
9090
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="5.0.0-preview.5.20223.4">
9191
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
</PropertyGroup>
4040
<!-- Arcade -->
4141
<PropertyGroup>
42-
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20221.14</MicrosoftDotNetGenFacadesPackageVersion>
43-
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20221.14</MicrosoftDotNetRemoteExecutorVersion>
44-
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20221.14</MicrosoftDotNetXUnitExtensionsPackageVersion>
42+
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20224.11</MicrosoftDotNetGenFacadesPackageVersion>
43+
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20224.11</MicrosoftDotNetRemoteExecutorVersion>
44+
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20224.11</MicrosoftDotNetXUnitExtensionsPackageVersion>
4545
<MicrosoftNETTestSdkVersion>16.5.0</MicrosoftNETTestSdkVersion>
4646
</PropertyGroup>
4747
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

eng/common/sdl/init-sdl.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ProgressPreference = 'SilentlyContinue'
2424
# Construct basic auth from AzDO access token; construct URI to the repository's gdn folder stored in that repository; construct location of zip file
2525
$encodedPat = [Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes(":$AzureDevOpsAccessToken"))
2626
$escapedRepository = [Uri]::EscapeDataString("/$Repository/$BranchName/.gdn")
27-
$uri = "https://dev.azure.com/dnceng/internal/_apis/git/repositories/sdl-tool-cfg/Items?path=$escapedRepository&versionDescriptor[versionOptions]=0&`$format=zip&api-version=5.0-preview.1"
27+
$uri = "https://dev.azure.com/dnceng/internal/_apis/git/repositories/sdl-tool-cfg/Items?path=$escapedRepository&versionDescriptor[versionOptions]=0&`$format=zip&api-version=5.0"
2828
$zipFile = "$WorkingDirectory/gdn.zip"
2929

3030
Add-Type -AssemblyName System.IO.Compression.FileSystem

eng/common/templates/steps/send-to-helix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ parameters:
1010
HelixPostCommands: '' # optional -- commands to run after Helix work item execution
1111
WorkItemDirectory: '' # optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
1212
WorkItemCommand: '' # optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
13-
WorkItemTimeout: '' # optional -- a timeout in seconds for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
13+
WorkItemTimeout: '' # optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
1414
CorrelationPayloadDirectory: '' # optional -- a directory to zip up and send to Helix as a correlation payload
1515
XUnitProjects: '' # optional -- semicolon delimited list of XUnitProjects to parse and send to Helix; requires XUnitRuntimeTargetFramework, XUnitPublishTargetFramework, XUnitRunnerVersion, and IncludeDotNetCli=true
1616
XUnitWorkItemTimeout: '' # optional -- the workitem timeout in seconds for all workitems created from the xUnit projects specified by XUnitProjects
1717
XUnitPublishTargetFramework: '' # optional -- framework to use to publish your xUnit projects
1818
XUnitRuntimeTargetFramework: '' # optional -- framework to use for the xUnit console runner
1919
XUnitRunnerVersion: '' # optional -- version of the xUnit nuget package you wish to use on Helix; required for XUnitProjects
2020
IncludeDotNetCli: false # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion
21-
DotNetCliPackageType: '' # optional -- either 'sdk' or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json
22-
DotNetCliVersion: '' # optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json
21+
DotNetCliPackageType: '' # optional -- either 'sdk' or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json
22+
DotNetCliVersion: '' # optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json
2323
EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control
2424
WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget."
2525
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"version": "5.0.100-alpha1-015536"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14",
15-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20221.14",
14+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20224.11",
15+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20224.11",
1616
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
1717
"Microsoft.NET.Sdk.IL": "5.0.0-preview.5.20223.4"
1818
},

0 commit comments

Comments
 (0)