Skip to content

Commit 123667f

Browse files
dotnet-maestro[bot]zsd4yr
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20190422.1 (#851)
- Microsoft.DotNet.XUnitExtensions - 2.4.0-beta.19222.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19222.1 - Microsoft.DotNet.GenFacades - 1.0.0-beta.19222.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19222.1
1 parent ac5d565 commit 123667f

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
6363
<SourceBuildId>5596</SourceBuildId>
6464
</Dependency>
6565
<!-- Arcade -->
66-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19218.7">
66+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19222.1">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
68-
<Sha>5e7ce5b394f3477bb0a485a4b761b7742e95be37</Sha>
68+
<Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19218.7">
70+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19222.1">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>5e7ce5b394f3477bb0a485a4b761b7742e95be37</Sha>
72+
<Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19218.7">
74+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19222.1">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>5e7ce5b394f3477bb0a485a4b761b7742e95be37</Sha>
76+
<Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.19218.7">
78+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.19222.1">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>5e7ce5b394f3477bb0a485a4b761b7742e95be37</Sha>
80+
<Sha>851e36df83d3361e4bd8a70a2a8a89f762469f9a</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
</PropertyGroup>
3737
<!-- Arcade -->
3838
<PropertyGroup>
39-
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19218.7</MicrosoftDotNetGenFacadesPackageVersion>
40-
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.0-beta.19218.7</MicrosoftDotNetXUnitExtensionsPackageVersion>
39+
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19222.1</MicrosoftDotNetGenFacadesPackageVersion>
40+
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.0-beta.19222.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
4141
</PropertyGroup>
4242
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
4343
<!-- XUnit-related (not extensions) -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
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."
2424
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
2525
Creator: '' # optional -- if the build is external, use this to specify who is sending the job
26-
DisplayNamePrefix: 'Send job to Helix' # optional -- rename the beginning of the displayName of the steps in AzDO
26+
DisplayNamePrefix: 'Run Tests' # optional -- rename the beginning of the displayName of the steps in AzDO
2727
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
2828
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
2929

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"version": "3.0.100-preview5-011162"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19218.7",
14-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19218.7",
13+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19222.1",
14+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19222.1",
1515
"Microsoft.NET.Sdk.IL": "3.0.0-preview4-27619-72"
1616
}
1717
}

0 commit comments

Comments
 (0)