Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Fixing the external restore sources file. We needed to create the tes…
Browse files Browse the repository at this point in the history
…t artifact folder.
  • Loading branch information
livarcocc committed Aug 30, 2018
1 parent f5f4346 commit d4e5da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
DependsOnTargets="Init;
SetupTestProjectData">
<MakeDir Directories="$(TestPackagesDir)" Condition="!Exists('$(TestPackagesDir)')"/>
<MakeDir Directories="$(TestArtifactsDir)" Condition="!Exists('$(TestArtifactsDir)')"/>

<WriteLinesToFile Condition="'$(ExternalRestoreSources)' != ''"
File="$(ExternalRestoreSourcesTestsContainer)"
Expand Down

0 comments on commit d4e5da8

Please sign in to comment.