Skip to content

Folder Naming - Invalid characters #283

@Gordonby

Description

@Gordonby

Describe the bug
When using folder names that include not alphanumeric characters,

Steps to reproduce

  1. In the pull pipeline, configure the folder variable as such
    • name: folder
      value: "azops/pdev (pdev)"
  2. Run the pipeline

code to address problem

- task: Bash@3
  displayName: "Add file content to index"
  inputs:
    targetType: "inline"
    script: |
      folderpath="$(folder)"
      git add "./$folderpath"
      git status --short
  condition: contains(variables['state'], 'continue')

Screenshots
MicrosoftTeams-image (10)
MicrosoftTeams-image (11)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions