give it the access token like this maybe

This commit is contained in:
Ellpeck 2020-02-07 13:37:16 +01:00
parent 82d094087a
commit aa6e82e53b
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ pool:
variables:
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
BUILD_NUMBER: $(Build.BuildId)
ACCESS_TOKEN: $(System.AccessToken)
steps:
- task: Cache@2

View file

@ -149,7 +149,7 @@ publishing {
name 'NaturesAura'
credentials {
username "Azure DevOps Services"
password System.getenv("Azure DevOps Services_ENV_ACCESS_TOKEN")
password System.getenv("ACCESS_TOKEN")
}
}
}