Skip to content

Commit 5d1a47b

Browse files
author
Andrew Omondi (from Dev Box)
committed
Add support for Kiota generation updates
1 parent c5de7ff commit 5d1a47b

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: '8.x' # Kiota is a NET8 app
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: '8.x' # Kiota is a NET8 app
1315
- ${{ parameters.downloadSteps }}
1416

1517
#Download the openAPI artifacts

0 commit comments

Comments
 (0)