windows/templates/vsts_auth.yml (
7
lines of code) (
raw
):
parameters: auth: '' steps: - script: 'call windows/internal/auth.bat' displayName: 'Sign in to Azure Pipelines' env: VSTS_AUTH: ${{ parameters.auth }}