File tree 6 files changed +11
-8
lines changed
6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 19
19
</Dependency >
20
20
</ProductDependencies >
21
21
<ToolsetDependencies >
22
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25208.6 " >
22
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25255.5 " >
23
23
<Uri >https://github.com/dotnet/arcade</Uri >
24
- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
24
+ <Sha >1cfa39f82d00b3659a3d367bc344241946e10681 </Sha >
25
25
</Dependency >
26
26
<!-- Intermediate is necessary for source build. -->
27
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25208.6 " >
27
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25255.5 " >
28
28
<Uri >https://github.com/dotnet/arcade</Uri >
29
- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
29
+ <Sha >1cfa39f82d00b3659a3d367bc344241946e10681 </Sha >
30
30
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
31
31
</Dependency >
32
32
<!-- Dependencies required for source build. We'll still update manually -->
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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Microsoft.Guardian.Cli" version =" 0.199 .0" />
3
+ <package id =" Microsoft.Guardian.Cli" version =" 0.109 .0" />
4
4
</packages >
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 9.0.105"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25208.6 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25255.5 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments