Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azuredevops/pipelineVariables/global.variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
vstsOrganization: servicescode
vstsProject: '$(System.TeamProject)'
modulesRepository: ResourceModules # The repository hosting the deployment code (i.e. 'Components'). MUST be provided as a variable with every pipeline
modulePath: arm/$(moduleName) # only use in module pielines
modulePath: arm/$(moduleName) # only use in module pipelines
pipelineFunctionsPath: 'utilities/pipelines'

######################################
Expand Down