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:
dotnet-maestro[bot] 2019-02-07 16:23:16 +00:00 committed by GitHub
parent d8cde02104
commit dd8a0cb655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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