Skip to content

Commit 1e44069

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 269724
Updated Dependencies: Microsoft.Testing.Platform (Version 1.8.0-preview.25270.10 -> 1.8.0-preview.25276.8) MSTest (Version 3.10.0-preview.25270.10 -> 3.10.0-preview.25276.8)
1 parent 6de592d commit 1e44069

File tree

6 files changed

+341
-344
lines changed

6 files changed

+341
-344
lines changed

eng/Version.Details.xml

Lines changed: 227 additions & 227 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 111 additions & 111 deletions
Large diffs are not rendered by default.

eng/common/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function Build {
257257
/p:Sign=$sign \
258258
/p:Publish=$publish \
259259
/p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
260-
"${properties[@]}"
260+
${properties[@]+"${properties[@]}"}
261261

262262
ExitWithExitCode 0
263263
}

eng/common/tools.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ function GetNuGetPackageCachePath() {
644644
$env:NUGET_PACKAGES = Join-Path $env:UserProfile '.nuget\packages\'
645645
} else {
646646
$env:NUGET_PACKAGES = Join-Path $RepoRoot '.packages\'
647-
$env:RESTORENOHTTPCACHE = $true
648647
}
649648
}
650649

eng/common/tools.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,12 @@ function InitializeBuildTool {
345345
_InitializeBuildToolCommand="msbuild"
346346
}
347347

348-
# Set RestoreNoHttpCache as a workaround for https://github.com/NuGet/Home/issues/3116
349348
function GetNuGetPackageCachePath {
350349
if [[ -z ${NUGET_PACKAGES:-} ]]; then
351350
if [[ "$use_global_nuget_cache" == true ]]; then
352351
export NUGET_PACKAGES="$HOME/.nuget/packages/"
353352
else
354353
export NUGET_PACKAGES="$repo_root/.packages/"
355-
export RESTORENOHTTPCACHE=true
356354
fi
357355
fi
358356

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25276.103",
18-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25276.103",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25277.102",
18+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25277.102",
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.4.0"
2121
}

0 commit comments

Comments
 (0)