Change upload authType

This commit is contained in:
Josh Stewart 2019-02-18 13:47:05 +11:00
parent 4936bf4f3e
commit 12d5ac935c
1 changed files with 3 additions and 0 deletions

View File

@ -31,11 +31,14 @@ jobs:
inputs:
files: dist\*.exe
URL: SFTP://home.noisymime.org
authType: userAndPass
username: josh
password: $(sftp_pwd)
displayName: 'Copy exe to server'
- job: job_64_bit
dependsOn: job_32_bit
condition: succeeded()
pool:
vmImage: 'vs2017-win2016'