Update dependencies from https://github.com/dotnet/arcade build 20210504.3 (#10516)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
parent
44a5cb3ab3
commit
5fc7460211
5 changed files with 12 additions and 6 deletions
|
@ -136,14 +136,14 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21253.2">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21254.3">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>e9fd640e1ec1890489ea66ad0f59e733448056da</Sha>
|
<Sha>0cfaf935894a4c98ff7445c903f1b4c32990b127</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21253.2">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21254.3">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>e9fd640e1ec1890489ea66ad0f59e733448056da</Sha>
|
<Sha>0cfaf935894a4c98ff7445c903f1b4c32990b127</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
|
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
|
||||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21253.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21254.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||||
|
|
|
@ -78,6 +78,10 @@ __IllumosPackages+=" openssl-1.1.1e"
|
||||||
__IllumosPackages+=" zlib-1.2.11"
|
__IllumosPackages+=" zlib-1.2.11"
|
||||||
__IllumosPackages+=" openldap-client-2.4.49"
|
__IllumosPackages+=" openldap-client-2.4.49"
|
||||||
|
|
||||||
|
# ML.NET dependencies
|
||||||
|
__UbuntuPackages+=" libomp5"
|
||||||
|
__UbuntuPackages+=" libomp-dev"
|
||||||
|
|
||||||
__UseMirror=0
|
__UseMirror=0
|
||||||
|
|
||||||
__UnprocessedBuildArgs=
|
__UnprocessedBuildArgs=
|
||||||
|
|
|
@ -12,6 +12,7 @@ parameters:
|
||||||
SourcesDirectory: $(Build.SourcesDirectory)
|
SourcesDirectory: $(Build.SourcesDirectory)
|
||||||
CreatePr: true
|
CreatePr: true
|
||||||
AutoCompletePr: false
|
AutoCompletePr: false
|
||||||
|
UseLfLineEndings: true
|
||||||
UseCheckedInLocProjectJson: false
|
UseCheckedInLocProjectJson: false
|
||||||
LanguageSet: VS_Main_Languages
|
LanguageSet: VS_Main_Languages
|
||||||
LclSource: lclFilesInRepo
|
LclSource: lclFilesInRepo
|
||||||
|
@ -59,6 +60,7 @@ jobs:
|
||||||
isCreatePrSelected: ${{ parameters.CreatePr }}
|
isCreatePrSelected: ${{ parameters.CreatePr }}
|
||||||
${{ if eq(parameters.CreatePr, true) }}:
|
${{ if eq(parameters.CreatePr, true) }}:
|
||||||
isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }}
|
isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }}
|
||||||
|
isUseLfLineEndingsSelected: ${{ parameters.UseLfLineEndings }}
|
||||||
packageSourceAuth: patAuth
|
packageSourceAuth: patAuth
|
||||||
patVariable: ${{ parameters.CeapexPat }}
|
patVariable: ${{ parameters.CeapexPat }}
|
||||||
${{ if eq(parameters.RepoType, 'gitHub') }}:
|
${{ if eq(parameters.RepoType, 'gitHub') }}:
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.16.4"
|
"cmake": "3.16.4"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21253.2",
|
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21254.3",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2"
|
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue