File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11steps :
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
1012
1113- task : CopyFiles@2
1214 inputs :
13- sourceFolder : ' $(Build.SourcesDirectory)/src/kiota/bin/$(BuildConfiguration)/net7 .0'
15+ sourceFolder : ' $(Build.SourcesDirectory)/src/kiota/bin/$(BuildConfiguration)/net8 .0'
1416 contents : ' **/*'
1517 targetFolder : ' $(Build.ArtifactStagingDirectory)'
1618 displayName : Copy Kiota executable
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ parameters:
1010steps :
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
You can’t perform that action at this time.
0 commit comments