File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25222 .2" >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25223 .2" >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >80d7b4ee29c31c0886b139ad02d85da48b543cd6 </Sha >
6
+ <Sha >ee01738f27521c74f77a20e279da69215d9a9d9c </Sha >
7
7
</Dependency >
8
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.25222 .2" >
8
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.25223 .2" >
9
9
<Uri >https://github.com/dotnet/arcade</Uri >
10
- <Sha >80d7b4ee29c31c0886b139ad02d85da48b543cd6 </Sha >
10
+ <Sha >ee01738f27521c74f77a20e279da69215d9a9d9c </Sha >
11
11
</Dependency >
12
- <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 10.0.0-beta.25222 .2" >
12
+ <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 10.0.0-beta.25223 .2" >
13
13
<Uri >https://github.com/dotnet/arcade</Uri >
14
- <Sha >80d7b4ee29c31c0886b139ad02d85da48b543cd6 </Sha >
14
+ <Sha >ee01738f27521c74f77a20e279da69215d9a9d9c </Sha >
15
15
</Dependency >
16
16
<Dependency Name =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.15.0-preview.25222.5" >
17
17
<Uri >https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri >
Original file line number Diff line number Diff line change 7
7
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
8
8
</PropertyGroup >
9
9
<PropertyGroup Label =" MSTest prod dependencies - darc updated" >
10
- <MicrosoftDotNetBuildTasksTemplatingPackageVersion >10.0.0-beta.25222 .2</MicrosoftDotNetBuildTasksTemplatingPackageVersion >
10
+ <MicrosoftDotNetBuildTasksTemplatingPackageVersion >10.0.0-beta.25223 .2</MicrosoftDotNetBuildTasksTemplatingPackageVersion >
11
11
<MicrosoftTestingExtensionsCodeCoverageVersion >17.15.0-preview.25222.5</MicrosoftTestingExtensionsCodeCoverageVersion >
12
12
</PropertyGroup >
13
13
</Project >
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ parameters:
27
27
# Specifies the build script to invoke to perform the build in the repo. The default
28
28
# './build.sh' should work for typical Arcade repositories, but this is customizable for
29
29
# difficult situations.
30
+ # buildArguments: ''
31
+ # Specifies additional build arguments to pass to the build script.
30
32
# jobProperties: {}
31
33
# A list of job properties to inject at the top level, for potential extensibility beyond
32
34
# container and pool.
Original file line number Diff line number Diff line change 84
84
${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
85
85
--configuration $buildConfig \
86
86
--restore --build --pack $publishArgs -bl \
87
+ ${{ parameters.platform.buildArguments }} \
87
88
$officialBuildArgs \
88
89
$internalRuntimeDownloadArgs \
89
90
$internalRestoreArgs \
Original file line number Diff line number Diff line change 28
28
"rollForward" : " latestFeature"
29
29
},
30
30
"msbuild-sdks" : {
31
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25222 .2" ,
31
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25223 .2" ,
32
32
"MSBuild.Sdk.Extras" : " 3.0.44"
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments