Skip to content

Commit dd33475

Browse files
fix: pass CFS feed token via ADO pipeline variable
Overrides GraphDeveloperExperiences_PublicPassword at build time using the ARTIFACTS_PAT pipeline variable passed via -P flag. Configure ARTIFACTS_PAT as a secret variable in the ADO pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 556ebc0 commit dd33475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extends:
4949
gradleWrapperFile: 'gradlew'
5050
workingDirectory: '$(Build.SourcesDirectory)'
5151
tasks: 'assemble test'
52-
options: '--no-daemon'
52+
options: '--no-daemon -PGraphDeveloperExperiences_PublicPassword=$(ARTIFACTS_PAT)'
5353
publishJUnitResults: true
5454
testResultsFiles: '**/TEST-*.xml'
5555
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)