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 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<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 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >75c2e2ef83c611aa2c4ad04f8c55bca5a3dc741d </Sha >
8
+ <Sha >cc8fe69635c7c6e791c87540851aea75946945fa </Sha >
9
9
</Dependency >
10
10
</ToolsetDependencies >
11
11
</Dependencies >
Original file line number Diff line number Diff line change 21
21
<PropertyGroup Condition =" $(UseGlobalToolVersion) == 'true'" >
22
22
<VersionPrefix >1.1</VersionPrefix >
23
23
<AutoGenerateAssemblyVersion >false</AutoGenerateAssemblyVersion >
24
- <PreReleaseVersionLabel ></PreReleaseVersionLabel >
24
+ <PreReleaseVersionLabel >
25
+ </PreReleaseVersionLabel >
25
26
</PropertyGroup >
26
27
<PropertyGroup >
27
28
<UsingToolSourceLink >true</UsingToolSourceLink >
Original file line number Diff line number Diff line change @@ -655,6 +655,9 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
655
655
Write-PipelineSetVariable - Name ' TEMP' - Value $TempDir
656
656
Write-PipelineSetVariable - Name ' TMP' - Value $TempDir
657
657
658
+ $env: TEMP = $TempDir
659
+ $env: TMP = $TempDir
660
+
658
661
# Import custom tools configuration, if present in the repo.
659
662
# Note: Import in global scope so that the script set top-level variables without qualification.
660
663
if (! $disableConfigureToolsetImport ) {
Original file line number Diff line number Diff line change 6
6
}
7
7
},
8
8
"msbuild-sdks" : {
9
- "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20074.2 "
9
+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20076.3 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments