Update dependencies from https://github.com/dotnet/arcade build 20241010.3 (#3013)
This commit is contained in:
Родитель
900e2db73e
Коммит
7606645c60
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24510.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24510.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>380002a14775d7f68f098c7e6b7d1c3638bd4c5d</Sha>
|
||||
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
<ProductDependencies>
|
||||
|
|
|
@ -231,7 +231,6 @@ function Build {
|
|||
/p:Restore=$restore \
|
||||
/p:Build=$build \
|
||||
/p:DotNetBuildRepo=$product_build \
|
||||
/p:ArcadeBuildFromSource=$source_build \
|
||||
/p:DotNetBuildSourceOnly=$source_build \
|
||||
/p:Rebuild=$rebuild \
|
||||
/p:Test=$test \
|
||||
|
|
|
@ -86,7 +86,6 @@ steps:
|
|||
$runtimeOsArgs \
|
||||
$baseOsArgs \
|
||||
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
|
||||
/p:ArcadeBuildFromSource=true \
|
||||
/p:DotNetBuildSourceOnly=true \
|
||||
/p:DotNetBuildRepo=true \
|
||||
/p:AssetManifestFileName=$assetManifestFileName
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"dotnet": "9.0.100-rc.2.24474.11"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24510.1",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24510.3",
|
||||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23607.2"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче