Skip to content

Commit

Permalink
ayo
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Feb 24, 2024
1 parent 0f2f0e2 commit e9de131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
config: Release
test: $(sed -n 's/.*<WebJobsVersion>\(.*\)<\/WebJobsVersion>.*/\1/p' /home/runner/work/azure-functions-openai-extension/azure-functions-openai-extension/src/Functions.Worker.Extensions.OpenAI/Functions.Worker.Extensions.OpenAI.csproj)

jobs:
build:
Expand Down Expand Up @@ -58,10 +57,11 @@ jobs:
version=$(sed -n 's/.*<WebJobsVersion>\(.*\)<\/WebJobsVersion>.*/\1/p' /home/runner/work/azure-functions-openai-extension/azure-functions-openai-extension/src/Functions.Worker.Extensions.OpenAI/Functions.Worker.Extensions.OpenAI.csproj)
echo "$version"
newVersion="${version}-test"
echo "$test"
echo "$newVersion"
pwd
dotnet nuget locals all --clear
dotnet new nuget.config --force
dotnet nuget add source /NuGetPackagesLocal
dotnet nuget list source
dotnet restore -v n
Expand Down

0 comments on commit e9de131

Please sign in to comment.