Skip to content

Commit 5e84111

Browse files
adityapatwardhanTravisEz13
authored andcommitted
Merged PR 28456: Fix repository root for the nuget.config
Fix repository root for the nuget.config
1 parent 6da7431 commit 5e84111

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • tools/releaseBuild/azureDevOps/templates/compliance

tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- group: DotNetPrivateBuildAccess
2020
- group: Azure Blob variable group
2121
- group: ReleasePipelineSecrets
22+
- group: AzDevOpsArtifacts
2223

2324
pool:
2425
name: PowerShell1ES
@@ -35,11 +36,9 @@ jobs:
3536
CreateJson: yes
3637
UseJson: no
3738

38-
- template: ../cloneToOfficialPath.yml
39-
4039
- template: ../insert-nuget-config-azfeed.yml
4140
parameters:
42-
repoRoot: $(PowerShellRoot)
41+
repoRoot: '$(Build.SourcesDirectory)'
4342

4443
- pwsh: |
4544
Import-Module .\build.psm1 -force

0 commit comments

Comments
 (0)