Update dependencies from https://github.com/dotnet/arcade build 20190206.4 (#404)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19106.4
This commit is contained in:
parent
d8cde02104
commit
dd8a0cb655
3 changed files with 4 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19105.5">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19106.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>fa3e68e079feda7443f2a783dc2065b087038113</Sha>
|
||||
<Sha>b58add62b88ab28edd15932fb19f00b9e1c5e8dd</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -201,6 +201,7 @@ steps:
|
|||
MaxRetries: ${{ parameters.maxRetries }}
|
||||
RetryDelay: ${{ parameters.retryDelay }}
|
||||
condition: and(always(), eq(variables['Agent.Os'], 'Windows_NT'))
|
||||
displayName: Send Windows Job Start Telemetry
|
||||
- powershell: |
|
||||
# Basic retry loop to harden against server flakiness
|
||||
$retryCount = 0
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "3.0.100-preview-009812"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19105.5"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19106.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue