Skip to content

Commit bb2a99b

Browse files
authored
Fix darc publish while we wait for new arcade (#103355)
1 parent a718cbe commit bb2a99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/post-build/publish-using-darc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try {
4343
--azdev-pat $AzdoToken `
4444
--bar-uri $MaestroApiEndPoint `
4545
--password $MaestroToken `
46-
--disable-interactive-auth `
46+
--ci `
4747
@optionalParams
4848

4949
if ($LastExitCode -ne 0) {

0 commit comments

Comments
 (0)