We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5c05 commit 215155fCopy full SHA for 215155f
devops-integration.yml
@@ -55,6 +55,9 @@ steps:
55
displayName: 'setup SurveyJSVersion variable from SurveyJSVersionFile'
56
57
- powershell: |
58
+ $env:GIT_REDIRECT_STDERR = '2>&1'
59
+ git config --global user.email "[email protected]"
60
+ git config --global user.name "dmitrykurmanov"
61
npm run release -- --release-as $(SurveyJSVersion)
62
displayName: 'npm run release specific version'
63
#####################################################
0 commit comments