Update dependencies from https://github.com/dotnet/arcade build 20191207.3 (#5848)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3
This commit is contained in:
dotnet-maestro[bot] 2019-12-08 01:18:36 +00:00 committed by GitHub
parent f25735cdef
commit 00b314d83b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 94 additions and 20 deletions

View file

@ -26,6 +26,10 @@ stages:
pool:
vmImage: 'windows-2019'
steps:
# This is necessary whenever we want to publish/restore to an AzDO private feed
- task: NuGetAuthenticate@0
displayName: 'Authenticate to AzDO Feeds'
- task: DownloadBuildArtifacts@0
displayName: Download Blob Artifacts
inputs:

View file

@ -49,6 +49,12 @@ stages:
pool:
vmImage: 'windows-2019'
steps:
# This is necessary whenever we want to publish/restore to an AzDO private feed
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
# otherwise it'll complain about accessing a private feed.
- task: NuGetAuthenticate@0
displayName: 'Authenticate to AzDO Feeds'
- task: DownloadBuildArtifacts@0
displayName: Download Package Artifacts
inputs: