Skip to content

Commit

Permalink
lets see if variable compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Feb 23, 2024
1 parent bbfd550 commit efae72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Get version
run: |
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)
newVersion="${version}-test"
echo "$version"
newVersion="$(version)-test"
echo "$test"
echo "$newVersion"
dotnet build --configuration $config --no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:Version=$newVersion
Expand Down

0 comments on commit efae72b

Please sign in to comment.