Skip to content

Commit 81d240b

Browse files
KevinRansombaronfel
authored andcommitted
Merge pull request #7253 from dotnet/darc-master-648345c2-b59c-4cd2-9594-f5347efa8e01
[master] Update dependencies from dotnet/arcade
2 parents 0e2fd0b + 89b1ec5 commit 81d240b

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19366.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19367.8">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>0dd5e2025f0049c133a8706f40e4463b193e5d17</Sha>
8+
<Sha>2359dc4184133defa27c8f3072622270b71b4ecf</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/init-tools-native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function ReadGlobalJsonNativeTools {
7171
local native_tools_list=$(echo $native_tools_section | awk -F"[{}]" '{print $2}')
7272
native_tools_list=${native_tools_list//[\" ]/}
7373
native_tools_list=${native_tools_list//,/$'\n'}
74-
native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[:space:]')"
74+
native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[[:space:]]')"
7575

7676
local old_IFS=$IFS
7777
while read -r line; do

eng/common/templates/post-build/channels/internal-servicing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ stages:
8484
/p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName)
8585
/p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1)
8686
/p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url)
87+
/p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url)
8788
/p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe
8889
/p:BARBuildId=$(BARBuildId)
8990
/p:MaestroApiEndpoint='https://maestro-prod.westus2.cloudapp.azure.com'

eng/common/templates/post-build/channels/public-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ stages:
8484
/p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName)
8585
/p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1)
8686
/p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url)
87+
/p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url)
8788
/p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe
8889
/p:BARBuildId=$(BARBuildId)
8990
/p:MaestroApiEndpoint='https://maestro-prod.westus2.cloudapp.azure.com'

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc
169169
InstallDotNet $dotnetRoot $version $architecture
170170
}
171171

172-
function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) { $installScript = GetDotNetInstallScript $dotnetRoot
172+
function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) {
173173
$installScript = GetDotNetInstallScript $dotnetRoot
174174
$installParameters = @{
175175
Version = $version

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19366.4",
13+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19367.8",
1414
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
1515
}
1616
}

0 commit comments

Comments
 (0)