Skip to content

Commit

Permalink
revert to use csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
manvkaur committed Feb 27, 2024
1 parent 85b1fdc commit 69196b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/build-pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ steps:
version: 6.0.x
packageType: sdk

- task: UseDotNet@2
displayName: 'Install .NET 2.1'
inputs:
packageType: 'sdk'
version: '2.1.x'
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
displayName: 'Dotnet Restore'
inputs:
Expand All @@ -41,7 +48,7 @@ steps:
inputs:
command: 'build'
arguments: '--configuration $(buildConfiguration) --no-restore -p:ContinuousIntegrationBuild=true'
projects: 'OpenAI-Extension.sln'
projects: '**/**.csproj'

- 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 69196b3

Please sign in to comment.