File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 PRBody : |
6161 This PR upgrades the JS REX Validation Tool to the latest version.
6262 Testing was done in $(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)
63+ AuthToken : ' '
6364
6465 - job : UpdateDocsMsBuildConfig
6566 timeoutInMinutes : 90
@@ -149,6 +150,7 @@ jobs:
149150 TargetRepoName : $(DocRepoName)
150151 TargetRepoOwner : $(DocRepoOwner)
151152 WorkingDirectory : $(DocRepoLocation)
153+ AuthToken : ' '
152154
153155 - task : AzureCLI@2
154156 displayName : Queue Docs CI build for main
@@ -224,6 +226,7 @@ jobs:
224226 WorkingDirectory : $(DocRepoLocation)
225227 ScriptDirectory : $(Build.SourcesDirectory)/eng/common/scripts
226228 PushArgs : -f
229+ AuthToken : ' '
227230
228231 - task : AzureCLI@2
229232 displayName : Queue Docs CI build for daily branch
Original file line number Diff line number Diff line change 77 template : /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
88 parameters :
99 Repository : Azure/azure-sdk-for-js
10+ AuthToken : ' '
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ stages:
6363 RepoId : Azure/azure-sdk-for-js
6464 WorkingDirectory : $(System.DefaultWorkingDirectory)
6565 NpmConfigUserConfig : $(Agent.TempDirectory)/create-release-tag/.npmrc
66+ AuthToken : ' '
6667
6768 - ${{ if ne(artifact.skipPublishPackage, 'true') }} :
6869 - template : /eng/common/pipelines/templates/jobs/npm-publish.yml
Original file line number Diff line number Diff line change 4242 PRTitle : " [EngSys] automatic pnpm update"
4343 PRBody : " This is an automatic PR generated weekly with changes from running the command pnpm update"
4444 PushArgs : " -f"
45+ AuthToken : ' '
4546
4647
4748- job : ' CheckDependency'
6768 displayName: "Reset workspace"
6869
6970 - template : /eng/common/pipelines/templates/steps/login-to-github.yml
70- parameters :
71- TokenOwners :
72- - Azure
7371
7472 - task : PowerShell@2
7573 displayName : ' Check Dependency Warnings and File GitHub Issues'
You can’t perform that action at this time.
0 commit comments