Skip to content

Commit ee661ed

Browse files
authored
Update apidoc-generation.groovy to net10
1 parent 188406c commit ee661ed

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

dotnet/sdk/apidoc-generation.groovy

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Please do not Save the Jenkins pipeline with a modified script.
22
// Instead, use the Replay function to test build script changes, then commit final changes
33
// to the sdkbuilds-jenkinsfile repository.
4-
def DOTNET_SDK_VERSION = "8.0.401"
5-
def DOTNET_SDK_VERSIONS = ["6.0.425", DOTNET_SDK_VERSION]
4+
def DOTNET_SDK_VERSION = "10.0.100"
5+
def DOTNET_SDK_VERSIONS = ["8.0.416", DOTNET_SDK_VERSION]
66

77
// Windows has a 255 character path limit, still.
88
// cbdep trying to unzip .NET SDK 5.0.x shows a FileNotFound error, which is really a PathTooLong error
@@ -238,4 +238,5 @@ def installSdksForPlatform(PLATFORM, DOTNET_SDK_VERSIONS) {
238238
}
239239
}
240240
}
241-
}
241+
242+
}

0 commit comments

Comments
 (0)