Skip to content
Snippets Groups Projects
Commit bce06616 authored by Nicholas Iodice's avatar Nicholas Iodice
Browse files

Adding feed token

parent 49a80ce0
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -25,8 +25,6 @@ variables:
- name: serviceName
value: 'indexer'
- name: AGENT_POOL
value: 'dps-build' # uses open-jdk (outdated cli causes automated startup command to fail)
resources:
repositories:
......@@ -52,7 +50,7 @@ stages:
parameters:
serviceName: ${{ variables.serviceName }}
testCoreMavenPomFile: 'testing/indexer-test-core/pom.xml'
testCoreMavenOptions: '--settings $(System.DefaultWorkingDirectory)/drop/deploy/testing/maven/settings.xml'
testCoreMavenOptions: '--settings $(System.DefaultWorkingDirectory)/drop/deploy/testing/maven/settings.xml -DVSTS_FEED_TOKEN=$(VSTS_FEED_TOKEN) -U'
providers:
- name: Azure
environments: ['devint']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment