File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
common/core-templates/job Expand file tree Collapse file tree 4 files changed +8
-9
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
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25279 .3" >
10
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25305 .3" >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >69b86684b43321e96f35fa3ea34c5315836ff858 </Sha >
12
+ <Sha >aba421eb78276b26d1a24df7772474806b27aa13 </Sha >
13
13
</Dependency >
14
14
</ToolsetDependencies >
15
15
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25279 .3</MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25305 .3</MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
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 3
3
"dotnet" : " 10.0.100-preview.5.25265.106"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25279 .3" ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25305 .3" ,
7
7
"Microsoft.Build.Traversal" : " 3.4.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments