File tree Expand file tree Collapse file tree 7 files changed +12
-27
lines changed Expand file tree Collapse file tree 7 files changed +12
-27
lines changed Original file line number Diff line number Diff line change 1
1
<!-- When altering this file, include @dotnet/product-construction as a reviewer. -->
2
2
<Project >
3
3
4
+ <!-- TODO: Remove this file when command-line-api upgrades to Arcade 10 -->
4
5
<PropertyGroup >
5
6
<GitHubRepositoryName >command-line-api</GitHubRepositoryName >
6
7
<SourceBuildManagedOnly >true</SourceBuildManagedOnly >
8
+ <ReportPrebuiltUsage Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(DotNetBuildOrchestrator)</ReportPrebuiltUsage >
9
+ <SetUpSourceBuildIntermediateNupkgCache >false</SetUpSourceBuildIntermediateNupkgCache >
10
+ <CreateIntermediatePackage >false</CreateIntermediatePackage >
7
11
</PropertyGroup >
8
12
9
13
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
<Dependencies >
3
3
<Source Uri =" https://github.com/dotnet/dotnet" Mapping =" command-line-api" Sha =" 721dc7a2a59416b21fc49447d264009d708d6000" BarId =" 265489" />
4
4
<ProductDependencies >
5
- <!-- Intermediate is necessary for source build. -->
6
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 9.0.0-alpha.1.25209.1" >
7
- <Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
8
- <Sha >7dbf5deea5bdccf513df73cba179c4c0ad106010</Sha >
9
- <SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
10
- </Dependency >
11
5
</ProductDependencies >
12
6
<ToolsetDependencies >
13
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25208.6" >
14
- <Uri >https://github.com/dotnet/arcade</Uri >
15
- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha >
16
- </Dependency >
17
- <!-- Intermediate is necessary for source build. -->
18
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25208.6" >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25255.5" >
19
8
<Uri >https://github.com/dotnet/arcade</Uri >
20
- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha >
21
- <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
9
+ <Sha >1cfa39f82d00b3659a3d367bc344241946e10681</Sha >
22
10
</Dependency >
23
11
</ToolsetDependencies >
24
12
</Dependencies >
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ parameters:
26
26
# Specifies the build script to invoke to perform the build in the repo. The default
27
27
# './build.sh' should work for typical Arcade repositories, but this is customizable for
28
28
# difficult situations.
29
+ # buildArguments: ''
30
+ # Specifies additional build arguments to pass to the build script.
29
31
# jobProperties: {}
30
32
# A list of job properties to inject at the top level, for potential extensibility beyond
31
33
# container and pool.
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexUploadPackageVersion : 2.0.0-20240522.1
4
- sourceIndexProcessBinlogPackageVersion : 1.0.1-20240522.1
3
+ sourceIndexUploadPackageVersion : 2.0.0-20250425.2
4
+ sourceIndexProcessBinlogPackageVersion : 1.0.1-20250425.2
5
5
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
6
6
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
7
7
preSteps : []
Original file line number Diff line number Diff line change 79
79
${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
80
80
--configuration $buildConfig \
81
81
--restore --build --pack $publishArgs -bl \
82
+ ${{ parameters.platform.buildArguments }} \
82
83
$officialBuildArgs \
83
84
$internalRuntimeDownloadArgs \
84
85
$internalRestoreArgs \
Original file line number Diff line number Diff line change 8
8
}
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25208.6 "
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25255.5 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments