Skip to content

Commit

Permalink
use build source dir env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Willich committed Feb 12, 2018
1 parent a430dfb commit d3eb318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuget/vsts.nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<configuration>
<packageSources>
<add key="localPackages" value="./LocalPackages" />
<add key="localPackages" value="%BUILD_SOURCESDIRECTORY%\LocalPackages" />
<add key="Gherkin CI" value="https://ci.appveyor.com/nuget/gherkin-pgwyovw4bucb/" />
<add key="MSBuild.MSBNuGet" value="https://ci.appveyor.com/nuget/msbuild-msbnuget" />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
Expand Down

0 comments on commit d3eb318

Please sign in to comment.