Skip to content

Commit 8327763

Browse files
author
Andrew Omondi
committed
Fixes generation defaults
1 parent f45215b commit 8327763

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
steps:
22
- template: use-dotnet-sdk.yml
3-
parameters:
4-
version: '8.x' # Kiota is a NET8 app
53

64
- checkout: kiota
75
displayName: checkout kiota

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- template: checkout-metadata.yml
6464
- template: use-dotnet-sdk.yml
6565
parameters:
66-
version: '7.x' # Hidi tool is NET7 app
66+
version: '7.x' # Hidi tool is NET7 app
6767

6868
- pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi --prerelease
6969
displayName: install hidi

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ 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
13+
1514
- ${{ parameters.downloadSteps }}
1615

1716
# checkout metadata repo if capture and clean step is skipped

0 commit comments

Comments
 (0)