Skip to content

Commit ea1f3a3

Browse files
committed
User Story 37654: Create Extensions base package
- Fixed variable name typo.
1 parent d3ec749 commit ea1f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ stages:
6969
variables:
7070
# The directory where dotnet artifacts will be staged. Not to be
7171
# confused with pipeline artifacts.
72-
- name: dotnatArtifactsDir
72+
- name: dotnetArtifactsDir
7373
value: $(Build.StagingDirectory)/dotnetArtifacts
7474

7575
# The directory where the NuGet packages will be staged before being

0 commit comments

Comments
 (0)