Skip to content

Commit

Permalink
4271: Nuget: Use Azure DevOps Pipelines syntax for local repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Feb 14, 2023
1 parent 9aebc0b commit d2873c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGetVSTS.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<add key="Nuget" value="https://www.nuget.org/api/v2/" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Local" value="./Lib" /><!-- (%BUILD_SOURCESDIRECTORY%/Lib) Allows us to put a GovUkDesignSystem package in /Lib -->
<add key="Local" value="%BUILD_SOURCESDIRECTORY%/Lib" /><!-- (%BUILD_SOURCESDIRECTORY%/Lib) Allows us to put a GovUkDesignSystem package in /Lib -->
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
Expand Down

0 comments on commit d2873c7

Please sign in to comment.