Skip to content

Commit

Permalink
Fix test asset that had NuGet.Config pointing to incorrect directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Aug 29, 2017
1 parent dcb3a7a commit 103b8a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions TestAssets/TestProjects/MSBuildTestApp/NuGet.Config

This file was deleted.

0 comments on commit 103b8a6

Please sign in to comment.