File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 4
4
<ProductDependencies >
5
5
</ProductDependencies >
6
6
<ToolsetDependencies >
7
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24306.4 " >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24311.10 " >
8
8
<Uri >https://github.com/dotnet/arcade</Uri >
9
- <Sha >7507f80c8db285bbc9939c1dff522a761cf4edc0 </Sha >
9
+ <Sha >ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25 </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24306.4 " >
11
+ <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24311.10 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >7507f80c8db285bbc9939c1dff522a761cf4edc0 </Sha >
13
+ <Sha >ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25 </Sha >
14
14
</Dependency >
15
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24306.4 " >
15
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24311.10 " >
16
16
<Uri >https://github.com/dotnet/arcade</Uri >
17
- <Sha >7507f80c8db285bbc9939c1dff522a761cf4edc0 </Sha >
17
+ <Sha >ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25 </Sha >
18
18
</Dependency >
19
19
</ToolsetDependencies >
20
20
</Dependencies >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<!-- Arcade dependencies -->
20
20
<PropertyGroup >
21
- <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24306.4 </MicrosoftDotNetGenFacadesPackageVersion >
22
- <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24306.4 </MicrosoftDotNetXUnitExtensionsPackageVersion >
21
+ <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24311.10 </MicrosoftDotNetGenFacadesPackageVersion >
22
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24311.10 </MicrosoftDotNetXUnitExtensionsPackageVersion >
23
23
</PropertyGroup >
24
24
<!-- CoreFx dependencies -->
25
25
<PropertyGroup >
Original file line number Diff line number Diff line change 43
43
-- azdev- pat $AzdoToken `
44
44
-- bar- uri $MaestroApiEndPoint `
45
45
-- password $MaestroToken `
46
- -- disable-interactive - auth `
46
+ -- ci `
47
47
@optionalParams
48
48
49
49
if ($LastExitCode -ne 0 ) {
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ function GetNuGetPackageCachePath() {
653
653
$env: NUGET_PACKAGES = Join-Path $env: UserProfile ' .nuget\packages\'
654
654
} else {
655
655
$env: NUGET_PACKAGES = Join-Path $RepoRoot ' .packages\'
656
- $env: RESTORENOCACHE = $true
656
+ $env: RESTORENOHTTPCACHE = $true
657
657
}
658
658
}
659
659
Original file line number Diff line number Diff line change @@ -347,14 +347,14 @@ function InitializeBuildTool {
347
347
fi
348
348
}
349
349
350
- # Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116
350
+ # Set RestoreNoHttpCache as a workaround for https://github.com/NuGet/Home/issues/3116
351
351
function GetNuGetPackageCachePath {
352
352
if [[ -z ${NUGET_PACKAGES:- } ]]; then
353
353
if [[ " $use_global_nuget_cache " == true ]]; then
354
- export NUGET_PACKAGES=" $HOME /.nuget/packages"
354
+ export NUGET_PACKAGES=" $HOME /.nuget/packages/ "
355
355
else
356
- export NUGET_PACKAGES=" $repo_root /.packages"
357
- export RESTORENOCACHE =true
356
+ export NUGET_PACKAGES=" $repo_root /.packages/ "
357
+ export RESTORENOHTTPCACHE =true
358
358
fi
359
359
fi
360
360
Original file line number Diff line number Diff line change 14
14
"version" : " 9.0.100-preview.4.24267.66"
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24306.4 " ,
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24311.10 " ,
18
18
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23409.5"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments