File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 <RequireConsentSwitch Condition =" $(RequireRestoreConsent) == 'true' " >-RequireConsent</RequireConsentSwitch >
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
6464 <!-- Commands -->
65- <RestoreCommand >$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir )</RestoreCommand >
65+ <RestoreCommand >$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(SolutionDir )</RestoreCommand >
6666 <BuildCommand >$(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols</BuildCommand >
6767
6868 <!-- We need to ensure packages are restored prior to assembly resolve -->
Original file line number Diff line number Diff line change 1111 <AssemblyName >HtmlRenderer.PdfSharp</AssemblyName >
1212 <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\Source </SolutionDir >
1515 <RestorePackages >true</RestorePackages >
1616 <TargetFrameworkProfile />
1717 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments