We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8596576 commit 34395daCopy full SHA for 34395da
Jenkinsfile.template
@@ -1,6 +1,7 @@
1
leancode.builder('exampleapp-template')
2
.withMonorepoTest(['backend', 'dev-cluster', 'infrastructure', '.template.config', 'FinalizeTemplate.proj', 'Jenkinsfile.template'])
3
- .withDotnet([version: '9.0', image: 'mcr.microsoft.com/dotnet/sdk'])
+ // 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'])
5
.runOnSpot()
6
.run {
7
0 commit comments