Skip to content

Commit ce225b3

Browse files
author
Andrew Omondi
committed
fix: use the net9 binaries for the generation phase.
1 parent 31c9265 commit ce225b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212

1313
- task: CopyFiles@2
1414
inputs:
15-
sourceFolder: '$(Build.SourcesDirectory)/src/kiota/bin/$(BuildConfiguration)/net8.0'
15+
sourceFolder: '$(Build.SourcesDirectory)/src/kiota/bin/$(BuildConfiguration)/net9.0'
1616
contents: '**/*'
1717
targetFolder: '$(Build.ArtifactStagingDirectory)'
1818
displayName: Copy Kiota executable

0 commit comments

Comments
 (0)