Check environment variables

This commit is contained in:
Dmitry Shibanov
2020-09-22 11:25:51 +03:00
parent e691d6e33b
commit 0d663601b6

View File

@@ -13,6 +13,10 @@ jobs:
clean: true
fetchDepth: 1
- pwsh: |
Get-ChildItem Env:
exit 1
- task: PowerShell@2
displayName: 'Validate contributor permissions'
condition: startsWith(variables['Build.SourceBranch'], 'refs/pull/')