Update dependencies from https://github.com/dotnet/arcade build 20200108.1 (#18220)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20058.1 - Microsoft.DotNet.GenAPI - 5.0.0-beta.20058.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20058.1
This commit is contained in:
parent
40cd13837e
commit
f8da3e2e33
|
|
@ -417,17 +417,17 @@
|
||||||
<Uri>https://github.com/aspnet/Extensions</Uri>
|
<Uri>https://github.com/aspnet/Extensions</Uri>
|
||||||
<Sha>08aa4560e589002f8f2444e4b27b8f0930cfbb46</Sha>
|
<Sha>08aa4560e589002f8f2444e4b27b8f0930cfbb46</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20055.1">
|
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20058.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>111d78c79ac38f596688af152779d7a39e4bf973</Sha>
|
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20055.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20058.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>111d78c79ac38f596688af152779d7a39e4bf973</Sha>
|
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20055.1">
|
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20058.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>111d78c79ac38f596688af152779d7a39e4bf973</Sha>
|
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.AspNetCore.Testing" Version="5.0.0-alpha.1.20056.3" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
|
<Dependency Name="Microsoft.AspNetCore.Testing" Version="5.0.0-alpha.1.20056.3" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
|
||||||
<Uri>https://github.com/aspnet/Extensions</Uri>
|
<Uri>https://github.com/aspnet/Extensions</Uri>
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
-->
|
-->
|
||||||
<PropertyGroup Label="Automated">
|
<PropertyGroup Label="Automated">
|
||||||
<!-- Packages from dotnet/arcade -->
|
<!-- Packages from dotnet/arcade -->
|
||||||
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20055.1</MicrosoftDotNetGenAPIPackageVersion>
|
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20058.1</MicrosoftDotNetGenAPIPackageVersion>
|
||||||
<!-- Packages from dotnet/roslyn -->
|
<!-- Packages from dotnet/roslyn -->
|
||||||
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta1-19606-04</MicrosoftNetCompilersToolsetPackageVersion>
|
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta1-19606-04</MicrosoftNetCompilersToolsetPackageVersion>
|
||||||
<!-- Packages from dotnet/core-setup -->
|
<!-- Packages from dotnet/core-setup -->
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Yarn.MSBuild": "1.15.2",
|
"Yarn.MSBuild": "1.15.2",
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20055.1",
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20058.1",
|
||||||
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20055.1"
|
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20058.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue