Skip to content

Commit

Permalink
try without sdk 7 and update docker cli ver
Browse files Browse the repository at this point in the history
  • Loading branch information
manvkaur committed Feb 27, 2024
1 parent 2e256d8 commit 617b329
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/build-pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ steps:
inputs:
version: '6.x'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK 7 STS'
inputs:
version: '7.x'

- task: DotNetCoreCLI@2
displayName: '.NET Restore'
inputs:
Expand All @@ -48,7 +43,7 @@ steps:

- task: DockerInstaller@0
inputs:
dockerVersion: '17.09.0-ce'
dockerVersion: '25.0.3-ce'

- script: docker build -f samples/chat/csharp-inproc/Dockerfile -t openai-func-sample-csharp-inproc .
displayName: Docker Build - Chat Bot Sample
Expand Down

0 comments on commit 617b329

Please sign in to comment.