Skip to content

Commit 1605cb1

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191024.2 (dotnet#3310)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19524.2
1 parent 2e5aa97 commit 1605cb1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
</Dependency>
100100
</ProductDependencies>
101101
<ToolsetDependencies>
102-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19523.3">
102+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19524.2">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>894bd005267af53f7d39ac988881e61193e67ae1</Sha>
104+
<Sha>da545119ed327334c1d3577afd806c63eda7241c</Sha>
105105
</Dependency>
106106
</ToolsetDependencies>
107107
</Dependencies>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ parameters:
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
26+
HelixBaseUri: 'https://helix.dot.net/' # optional -- sets the Helix API base URI (allows targeting int)
2627
Creator: '' # optional -- if the build is external, use this to specify who is sending the job
2728
DisplayNamePrefix: 'Run Tests' # optional -- rename the beginning of the displayName of the steps in AzDO
2829
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
@@ -55,6 +56,7 @@ steps:
5556
DotNetCliVersion: ${{ parameters.DotNetCliVersion }}
5657
EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }}
5758
WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }}
59+
HelixBaseUri: ${{ parameters.HelixBaseUri }}
5860
Creator: ${{ parameters.Creator }}
5961
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
6062
condition: and(${{ parameters.condition }}, eq(variables['Agent.Os'], 'Windows_NT'))
@@ -85,6 +87,7 @@ steps:
8587
DotNetCliVersion: ${{ parameters.DotNetCliVersion }}
8688
EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }}
8789
WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }}
90+
HelixBaseUri: ${{ parameters.HelixBaseUri }}
8891
Creator: ${{ parameters.Creator }}
8992
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
9093
condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT'))

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19523.3"
13+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19524.2"
1414
}
1515
}

0 commit comments

Comments
 (0)