Skip to content

Commit

Permalink
Merged PR 28456: Fix repository root for the nuget.config
Browse files Browse the repository at this point in the history
Fix repository root for the nuget.config
  • Loading branch information
adityapatwardhan authored and TravisEz13 committed Nov 11, 2023
1 parent 6da7431 commit 5e84111
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -19,6 +19,7 @@ jobs:
- group: DotNetPrivateBuildAccess
- group: Azure Blob variable group
- group: ReleasePipelineSecrets
- group: AzDevOpsArtifacts

pool:
name: PowerShell1ES
Expand All @@ -35,11 +36,9 @@ jobs:
CreateJson: yes
UseJson: no

- template: ../cloneToOfficialPath.yml

- template: ../insert-nuget-config-azfeed.yml
parameters:
repoRoot: $(PowerShellRoot)
repoRoot: '$(Build.SourcesDirectory)'

- pwsh: |
Import-Module .\build.psm1 -force
Expand Down

0 comments on commit 5e84111

Please sign in to comment.