File tree Expand file tree Collapse file tree 6 files changed +341
-344
lines changed Expand file tree Collapse file tree 6 files changed +341
-344
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ function Build {
257
257
/p:Sign=$sign \
258
258
/p:Publish=$publish \
259
259
/p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
260
- " ${properties[@]} "
260
+ ${properties[@]+ " ${properties[@]} " }
261
261
262
262
ExitWithExitCode 0
263
263
}
Original file line number Diff line number Diff line change @@ -644,7 +644,6 @@ function GetNuGetPackageCachePath() {
644
644
$env: NUGET_PACKAGES = Join-Path $env: UserProfile ' .nuget\packages\'
645
645
} else {
646
646
$env: NUGET_PACKAGES = Join-Path $RepoRoot ' .packages\'
647
- $env: RESTORENOHTTPCACHE = $true
648
647
}
649
648
}
650
649
Original file line number Diff line number Diff line change @@ -345,14 +345,12 @@ function InitializeBuildTool {
345
345
_InitializeBuildToolCommand=" msbuild"
346
346
}
347
347
348
- # Set RestoreNoHttpCache as a workaround for https://github.com/NuGet/Home/issues/3116
349
348
function GetNuGetPackageCachePath {
350
349
if [[ -z ${NUGET_PACKAGES:- } ]]; then
351
350
if [[ " $use_global_nuget_cache " == true ]]; then
352
351
export NUGET_PACKAGES=" $HOME /.nuget/packages/"
353
352
else
354
353
export NUGET_PACKAGES=" $repo_root /.packages/"
355
- export RESTORENOHTTPCACHE=true
356
354
fi
357
355
fi
358
356
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"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 " ,
19
19
"Microsoft.Build.NoTargets" : " 3.7.0" ,
20
20
"Microsoft.Build.Traversal" : " 3.4.0"
21
21
}
You can’t perform that action at this time.
0 commit comments