Skip to content

Commit 31c9265

Browse files
author
Andrew Omondi
committed
Fix SDK generation
1 parent 9f0f140 commit 31c9265

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.azure-pipelines/generation-templates/build-and-publish-kiota.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
steps:
22
- template: use-dotnet-sdk.yml
3+
parameters:
4+
version: "9.x" #kiota uses a net9 target
35

46
- checkout: kiota
57
displayName: checkout kiota

.azure-pipelines/generation-templates/set-up-for-generation-kiota.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ parameters:
1010
steps:
1111
- template: set-user-config.yml
1212
- template: use-dotnet-sdk.yml
13+
parameters:
14+
version: "9.x" #kiota uses a net9 target
1315

1416
- ${{ parameters.downloadSteps }}
1517

0 commit comments

Comments
 (0)