what am I even doing anymore

This commit is contained in:
Ellpeck 2020-02-07 13:45:21 +01:00
parent aa6e82e53b
commit b77ebd31b5
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -147,9 +147,8 @@ publishing {
maven {
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
name 'NaturesAura'
credentials {
username "Azure DevOps Services"
password System.getenv("ACCESS_TOKEN")
authentication {
basic(BasicAuthentication)
}
}
}