Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/29/18 15:15:15 (5 years ago)
Author:
gkronber
Message:

#2520: fixed issue when building with Build.ps and VS 2017 when packages must be restored

Seemingly the "." is necessary so that nuget (or msbuild?) produces a correct path. I have no idea.

Btw. the docs on nuget are a complete mess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/.nuget/NuGet.targets

    r12542 r16465  
    5959        <NonInteractiveSwitch Condition=" '$(VisualStudioVersion)' != '' AND '$(OS)' == 'Windows_NT' ">-NonInteractive</NonInteractiveSwitch>
    6060
    61         <PaddedSolutionDir Condition=" '$(OS)' == 'Windows_NT'">"$(SolutionDir) "</PaddedSolutionDir>
     61        <PaddedSolutionDir Condition=" '$(OS)' == 'Windows_NT'">"$(SolutionDir)."</PaddedSolutionDir>
    6262        <PaddedSolutionDir Condition=" '$(OS)' != 'Windows_NT' ">"$(SolutionDir)"</PaddedSolutionDir>
    6363
Note: See TracChangeset for help on using the changeset viewer.