Skip to content

Commit 34395da

Browse files
committedFeb 27, 2025··
Pin template build SDK to fix dotnet format
See dotnet/sdk#46780 for more info
1 parent 8596576 commit 34395da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Jenkinsfile.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
leancode.builder('exampleapp-template')
22
.withMonorepoTest(['backend', 'dev-cluster', 'infrastructure', '.template.config', 'FinalizeTemplate.proj', 'Jenkinsfile.template'])
3-
.withDotnet([version: '9.0', image: 'mcr.microsoft.com/dotnet/sdk'])
3+
// Pinning the version because `dotnet format` is broken on 9.0.200: https://github.com/dotnet/sdk/issues/46780
4+
.withDotnet([version: '9.0.102', image: 'mcr.microsoft.com/dotnet/sdk'])
45
.runOnSpot()
56
.run {
67

0 commit comments

Comments
 (0)
Please sign in to comment.