[master] Update dependencies from dotnet/arcade (#6064)

* Update dependencies from https://github.com/dotnet/arcade build 20200105.1

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20055.1

* Update dependencies from https://github.com/dotnet/arcade build 20200106.6

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20056.6
This commit is contained in:
dotnet-maestro[bot] 2020-01-07 13:31:30 +00:00 committed by GitHub
parent ff6dbff4c4
commit b983a4bcd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 50 deletions

View file

@ -104,9 +104,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20054.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20056.6">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>96ab522b32ff4d0f7bfc18074fd5ae3673c59d0a</Sha> <Sha>5cbca575e9002cc2d9814c3471d38882df2fcc8e</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -30,16 +30,15 @@ stages:
vmImage: 'windows-2019' vmImage: 'windows-2019'
steps: steps:
- task: DownloadBuildArtifacts@0 - task: DownloadBuildArtifacts@0
displayName: Download Blob Artifacts displayName: Download Build Assets
inputs:
artifactName: 'BlobArtifacts'
continueOnError: true continueOnError: true
- task: DownloadBuildArtifacts@0
displayName: Download PDB Artifacts
inputs: inputs:
artifactName: 'PDBArtifacts' buildType: 'current'
continueOnError: true downloadType: 'specific'
itemPattern: |
PDBArtifacts/**
BlobArtifacts/**
downloadPath: '$(Build.ArtifactStagingDirectory)'
# This is necessary whenever we want to publish/restore to an AzDO private feed # 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 # Since sdk-task.ps1 tries to restore packages we need to do this authentication here
@ -85,23 +84,16 @@ stages:
vmImage: 'windows-2019' vmImage: 'windows-2019'
steps: steps:
- task: DownloadBuildArtifacts@0 - task: DownloadBuildArtifacts@0
displayName: Download Package Artifacts displayName: Download Build Assets
inputs:
buildType: current
artifactName: PackageArtifacts
continueOnError: true continueOnError: true
- task: DownloadBuildArtifacts@0
displayName: Download Blob Artifacts
inputs: inputs:
buildType: current buildType: 'current'
artifactName: BlobArtifacts downloadType: 'specific'
continueOnError: true itemPattern: |
- task: DownloadBuildArtifacts@0 PackageArtifacts/**
displayName: Download Asset Manifests BlobArtifacts/**
inputs: AssetManifests/**
buildType: current downloadPath: '$(Build.ArtifactStagingDirectory)'
artifactName: AssetManifests
- task: NuGetToolInstaller@1 - task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe' displayName: 'Install NuGet.exe'

View file

@ -30,16 +30,15 @@ stages:
vmImage: 'windows-2019' vmImage: 'windows-2019'
steps: steps:
- task: DownloadBuildArtifacts@0 - task: DownloadBuildArtifacts@0
displayName: Download Blob Artifacts displayName: Download Build Assets
inputs:
artifactName: 'BlobArtifacts'
continueOnError: true continueOnError: true
- task: DownloadBuildArtifacts@0
displayName: Download PDB Artifacts
inputs: inputs:
artifactName: 'PDBArtifacts' buildType: 'current'
continueOnError: true downloadType: 'specific'
itemPattern: |
PDBArtifacts/**
BlobArtifacts/**
downloadPath: '$(Build.ArtifactStagingDirectory)'
# This is necessary whenever we want to publish/restore to an AzDO private feed # 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 # Since sdk-task.ps1 tries to restore packages we need to do this authentication here
@ -84,24 +83,16 @@ stages:
vmImage: 'windows-2019' vmImage: 'windows-2019'
steps: steps:
- task: DownloadBuildArtifacts@0 - task: DownloadBuildArtifacts@0
displayName: Download Package Artifacts displayName: Download Build Assets
inputs:
buildType: current
artifactName: PackageArtifacts
continueOnError: true continueOnError: true
- task: DownloadBuildArtifacts@0
displayName: Download Blob Artifacts
inputs: inputs:
buildType: current buildType: 'current'
artifactName: BlobArtifacts downloadType: 'specific'
continueOnError: true itemPattern: |
PackageArtifacts/**
- task: DownloadBuildArtifacts@0 BlobArtifacts/**
displayName: Download Asset Manifests AssetManifests/**
inputs: downloadPath: '$(Build.ArtifactStagingDirectory)'
buildType: current
artifactName: AssetManifests
- task: NuGetToolInstaller@1 - task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe' displayName: 'Install NuGet.exe'

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-015949" "dotnet": "5.0.100-alpha1-015949"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20054.1" "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20056.6"
} }
} }