Skip to content

Commit

Permalink
Fix quoting error in source-build release pipeline (#3216)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Rummel <crummel@microsoft.com>
  • Loading branch information
lbussell and crummel committed Jan 19, 2023
1 parent 4f766e4 commit ac34461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/source-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
- script: |
set -euxo pipefail
echo Repo ID is $(RepoId)
echo Discussion Category ID is $(DiscussionCategoryId)
echo "Repo ID is $(RepoId)"
echo "Discussion Category ID is $(DiscussionCategoryId)"
# Set environment variables that go in the announcement template
export TAG=$(Tag)
Expand Down

0 comments on commit ac34461

Please sign in to comment.