Skip to content

Commit ad1ef32

Browse files
dotnet-maestro[bot]brettfo
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20200126.3 (#770)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3
1 parent 31f8410 commit ad1ef32

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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>

eng/Versions.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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>

eng/common/tools.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
655655
Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir
656656
Write-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.
660663
if (!$disableConfigureToolsetImport) {

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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
}

0 commit comments

Comments
 (0)