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 dc60549 commit cc21c11Copy full SHA for cc21c11
azure-pipelines/pull-request-validation/pr-msal.yml
@@ -77,6 +77,10 @@ jobs:
77
clean: true
78
submodules: recursive
79
persistCredentials: True
80
+ - bash: |
81
+ echo "##vso[task.setvariable variable=ENV_VSTS_MVN_CRED_USERNAME]VSTS"
82
+ echo "##vso[task.setvariable variable=ENV_VSTS_MVN_CRED_ACCESSTOKEN]$(System.AccessToken)"
83
+ displayName: 'Set VSTS Fields in Environment'
84
- template: azure-pipelines/templates/steps/spotbugs.yml@common
85
parameters:
86
project: msal
0 commit comments