Skip to content

Commit ba927b7

Browse files
committed
User Story 37654: Create Extensions base package
- Fixed multi-line variables to avoid all newlines.
1 parent b59867a commit ba927b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/stages/ci-build-extensions-package-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ stages:
8383

8484
# dotnet CLI arguments common to all commands.
8585
- name: commonArguments
86-
value: >
86+
value: >-
8787
--verbosity ${{parameters.verbosity}}
8888
--artifacts-path $(dotnetArtifactsDir)
8989
9090
# dotnet CLI arguments for build/test/pack commands
9191
- name: buildArguments
92-
value: >
92+
value: >-
9393
$(commonArguments)
9494
--configuration ${{parameters.buildConfiguration}}
9595
-p:BuildNumber=$(Build.BuildNumber)

0 commit comments

Comments
 (0)