Check environment variables
This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
|||||||
clean: true
|
clean: true
|
||||||
fetchDepth: 1
|
fetchDepth: 1
|
||||||
|
|
||||||
|
- pwsh: |
|
||||||
|
Get-ChildItem Env:
|
||||||
|
exit 1
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Validate contributor permissions'
|
displayName: 'Validate contributor permissions'
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/pull/')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/pull/')
|
||||||
|
|||||||
Reference in New Issue
Block a user