File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
common/core-templates/job Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25279 .3" >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25305 .3" >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >69b86684b43321e96f35fa3ea34c5315836ff858 </Sha >
8
+ <Sha >aba421eb78276b26d1a24df7772474806b27aa13 </Sha >
9
9
</Dependency >
10
10
</ToolsetDependencies >
11
11
</Dependencies >
Original file line number Diff line number Diff line change 86
86
isAutoCompletePrSelected : ${{ parameters.AutoCompletePr }}
87
87
${{ if eq(parameters.CreatePr, true) }} :
88
88
isUseLfLineEndingsSelected : ${{ parameters.UseLfLineEndings }}
89
- ${{ if eq(parameters.RepoType, 'gitHub') }} :
90
- isShouldReusePrSelected : ${{ parameters.ReusePr }}
89
+ isShouldReusePrSelected : ${{ parameters.ReusePr }}
91
90
packageSourceAuth : patAuth
92
91
patVariable : ${{ parameters.CeapexPat }}
93
92
${{ if eq(parameters.RepoType, 'gitHub') }} :
@@ -118,4 +117,4 @@ jobs:
118
117
pathToPublish : ' $(Build.SourcesDirectory)/eng/Localize/'
119
118
publishLocation : Container
120
119
artifactName : Loc
121
- condition : ${{ parameters.condition }}
120
+ condition : ${{ parameters.condition }}
Original file line number Diff line number Diff line change 8
8
"dotnet" : " 10.0.100-preview.5.25265.106"
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25279 .3" ,
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25305 .3" ,
12
12
"Microsoft.Build.NoTargets" : " 3.7.0" ,
13
13
"Microsoft.Build.Traversal" : " 3.4.0"
14
14
}
You can’t perform that action at this time.
0 commit comments