File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.20074.2 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.20076.3 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >75c2e2ef83c611aa2c4ad04f8c55bca5a3dc741d </Sha >
8+ <Sha >cc8fe69635c7c6e791c87540851aea75946945fa </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change 2121 <PropertyGroup Condition =" $(UseGlobalToolVersion) == 'true'" >
2222 <VersionPrefix >1.1</VersionPrefix >
2323 <AutoGenerateAssemblyVersion >false</AutoGenerateAssemblyVersion >
24- <PreReleaseVersionLabel ></PreReleaseVersionLabel >
24+ <PreReleaseVersionLabel >
25+ </PreReleaseVersionLabel >
2526 </PropertyGroup >
2627 <PropertyGroup >
2728 <UsingToolSourceLink >true</UsingToolSourceLink >
Original file line number Diff line number Diff line change @@ -655,6 +655,9 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
655655Write-PipelineSetVariable - Name ' TEMP' - Value $TempDir
656656Write-PipelineSetVariable - Name ' TMP' - Value $TempDir
657657
658+ $env: TEMP = $TempDir
659+ $env: TMP = $TempDir
660+
658661# Import custom tools configuration, if present in the repo.
659662# Note: Import in global scope so that the script set top-level variables without qualification.
660663if (! $disableConfigureToolsetImport ) {
Original file line number Diff line number Diff line change 66 }
77 },
88 "msbuild-sdks" : {
9- "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20074.2 "
9+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20076.3 "
1010 }
1111}
You can’t perform that action at this time.
0 commit comments