Update dependencies from https://github.com/dotnet/arcade build 20190606.12
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19306.12
This commit is contained in:
parent
1811ce77dc
commit
20684ce828
4 changed files with 8 additions and 8 deletions
|
@ -72,9 +72,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19305.13">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19306.12">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>d05c046913964e880be08b804e7249f297617c2f</Sha>
|
<Sha>a1805103791e43031355e11c0d037bca803a9593</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -157,15 +157,15 @@ fetch_tizen_pkgs()
|
||||||
Inform "Initialize arm base"
|
Inform "Initialize arm base"
|
||||||
fetch_tizen_pkgs_init standard base
|
fetch_tizen_pkgs_init standard base
|
||||||
Inform "fetch common packages"
|
Inform "fetch common packages"
|
||||||
fetch_tizen_pkgs armv7l gcc glibc glibc-devel libicu libicu-devel
|
fetch_tizen_pkgs armv7l gcc glibc glibc-devel libicu libicu-devel libatomic
|
||||||
fetch_tizen_pkgs noarch linux-glibc-devel
|
fetch_tizen_pkgs noarch linux-glibc-devel
|
||||||
Inform "fetch coreclr packages"
|
Inform "fetch coreclr packages"
|
||||||
fetch_tizen_pkgs armv7l lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwind libunwind-devel tizen-release lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu
|
fetch_tizen_pkgs armv7l lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwind libunwind-devel lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu
|
||||||
Inform "fetch corefx packages"
|
Inform "fetch corefx packages"
|
||||||
fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel krb5 krb5-devel libcurl libcurl-devel
|
fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel krb5 krb5-devel libcurl libcurl-devel
|
||||||
|
|
||||||
Inform "Initialize standard unified"
|
Inform "Initialize standard unified"
|
||||||
fetch_tizen_pkgs_init standard unified
|
fetch_tizen_pkgs_init standard unified
|
||||||
Inform "fetch corefx packages"
|
Inform "fetch corefx packages"
|
||||||
fetch_tizen_pkgs armv7l gssdp gssdp-devel
|
fetch_tizen_pkgs armv7l gssdp gssdp-devel tizen-release
|
||||||
|
|
||||||
|
|
|
@ -221,7 +221,7 @@ function InitializeDotNetCli {
|
||||||
export PATH="$dotnet_root:$PATH"
|
export PATH="$dotnet_root:$PATH"
|
||||||
|
|
||||||
if [[ $ci == true ]]; then
|
if [[ $ci == true ]]; then
|
||||||
# Make Sure that our bootstrapped dotnet cli is avaliable in future steps of the Azure Pipelines build
|
# Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build
|
||||||
echo "##vso[task.prependpath]$dotnet_root"
|
echo "##vso[task.prependpath]$dotnet_root"
|
||||||
echo "##vso[task.setvariable variable=DOTNET_MULTILEVEL_LOOKUP]0"
|
echo "##vso[task.setvariable variable=DOTNET_MULTILEVEL_LOOKUP]0"
|
||||||
echo "##vso[task.setvariable variable=DOTNET_SKIP_FIRST_TIME_EXPERIENCE]1"
|
echo "##vso[task.setvariable variable=DOTNET_SKIP_FIRST_TIME_EXPERIENCE]1"
|
||||||
|
@ -460,4 +460,4 @@ mkdir -p "$log_dir"
|
||||||
if [[ $ci == true ]]; then
|
if [[ $ci == true ]]; then
|
||||||
export TEMP="$temp_dir"
|
export TEMP="$temp_dir"
|
||||||
export TMP="$temp_dir"
|
export TMP="$temp_dir"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "3.0.100-preview5-011568"
|
"dotnet": "3.0.100-preview5-011568"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19305.13"
|
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19306.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue