[master] Update dependencies from dotnet/arcade (#6275)
* Update dependencies from https://github.com/dotnet/arcade build 20200131.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20081.7 * Update dependencies from https://github.com/dotnet/arcade build 20200201.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2
This commit is contained in:
parent
f8adf6b19e
commit
c4f37d72b4
3 changed files with 3 additions and 6 deletions
|
@ -104,9 +104,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20080.4">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20101.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>00402f1fdc2b59dbc4f0b1c143850cb72e69fc90</Sha>
|
<Sha>779323758d3e8aa7e4ee3dc2619d57e696078089</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -655,9 +655,6 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
|
||||||
Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir
|
Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir
|
||||||
Write-PipelineSetVariable -Name 'TMP' -Value $TempDir
|
Write-PipelineSetVariable -Name 'TMP' -Value $TempDir
|
||||||
|
|
||||||
$env:TEMP=$TempDir
|
|
||||||
$env:TMP=$TempDir
|
|
||||||
|
|
||||||
# Import custom tools configuration, if present in the repo.
|
# Import custom tools configuration, if present in the repo.
|
||||||
# Note: Import in global scope so that the script set top-level variables without qualification.
|
# Note: Import in global scope so that the script set top-level variables without qualification.
|
||||||
if (!$disableConfigureToolsetImport) {
|
if (!$disableConfigureToolsetImport) {
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "5.0.100-alpha1-015949"
|
"dotnet": "5.0.100-alpha1-015949"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20080.4"
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue