Skip to content

Commit

Permalink
Update devops-integration.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
surveyjsdeveloper committed Jan 21, 2025
1 parent 327e21e commit 46dc4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions legacy-pipelines/devops-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ steps:

- powershell: |
$env:GIT_REDIRECT_STDERR = '2>&1'
git config --global user.email "kurmanov.work@gmail.com"
git config --global user.name "dmitrykurmanov"
git config --global user.email "surveyjs.org@gmail.com"
git config --global user.name "surveyjsdeveloper"
displayName: 'set up Git config'

- task: Npm@1
Expand Down

0 comments on commit 46dc4ae

Please sign in to comment.