From 771e617624239db0245274ba0ee905e445b67ba7 Mon Sep 17 00:00:00 2001 From: "Michael J. Manley" Date: Fri, 9 Feb 2024 16:32:27 -0800 Subject: [PATCH] Adding Packages global and added nuget lib to fix restore. --- Directory.Build.targets | 138 ++++++++++++++++++++------------------- XenAdmin/XenAdmin.csproj | 4 +- 2 files changed, 74 insertions(+), 68 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index c56361aaf..9eec3a5d4 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,38 +1,38 @@ - - - - - - - - - - - - - - - false - - - - - - true - $(SourceRevisionIdOutput) - - - $(SourceRevisionIdFullOutput) - - - $(SourceBranchOutput) - - - - + + + + + + + + + + + + + + false + + + + + + true + $(SourceRevisionIdOutput) + + + $(SourceRevisionIdFullOutput) + + + $(SourceBranchOutput) + + + + - - - + + - - - - $(IntermediateOutputPath)GitAssemblyInformation.g.cs - $(IntermediateOutputPath)InformationalAssemblyInformation.g.cs - - - - - - - - - - + + + + $(IntermediateOutputPath)GitAssemblyInformation.g.cs + $(IntermediateOutputPath)InformationalAssemblyInformation.g.cs + + + + + + + + + + - - $(Title) - $(Description) - Copyright © XCP-ng - git - https://github.com/xcp-ng/xenadmin - $([System.DateTime]::Now.ToString("yy"))$([System.DateTime]::Now.DayOfYear.ToString("D3")) - XCP-ng - XCP-ng Center - 0.0.0.$(RevisionNumber) - 0.0.0.$(RevisionNumber) - Medicine Hat - xcpngcenter_main - + + $(Title) + $(Description) + Copyright © XCP-ng + git + https://github.com/xcp-ng/xenadmin + $([System.DateTime]::Now.ToString("yy"))$([System.DateTime]::Now.DayOfYear.ToString("D3")) + XCP-ng + XCP-ng Center + 0.0.0.$(RevisionNumber) + 0.0.0.$(RevisionNumber) + Medicine Hat + xcpngcenter_main + + + + $(RestoreSources);./Packages;https://api.nuget.org/v3/index.json + diff --git a/XenAdmin/XenAdmin.csproj b/XenAdmin/XenAdmin.csproj index a4ecf9697..b30eb87ce 100755 --- a/XenAdmin/XenAdmin.csproj +++ b/XenAdmin/XenAdmin.csproj @@ -8,11 +8,13 @@ AppIcon.ico XCP-ng Center XCP-ng Center - $(RestoreSources);../Packages + + +