diff --git a/appveyor.yml b/appveyor.yml index bc6da318..627ca312 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,8 @@ artifacts: # When Net3 is added, this will need to be moved to the for block to name: ModList - path: BSIPA-Meta/bin/$(platform)/$(configuration) name: BSIPA-$(platform) + - path: docs/nuget + name: nuget_debug_ matrix: exclude: diff --git a/docs/build.ps1 b/docs/build.ps1 index e2a529ab..be297e16 100644 --- a/docs/build.ps1 +++ b/docs/build.ps1 @@ -1,8 +1,8 @@ & docfx metadata # read SelfConfig, remove wierd bits, load it, load Newtonsoft, and turn it into a schema -$newtonsoftLoc = "nuget/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll" -$newtonsoftSchemaLoc = "nuget/Newtonsoft.Json.Schema.3.0.11/lib/netstandard2.0/Newtonsoft.Json.Schema.dll" +$newtonsoftLoc = "./nuget/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll" +$newtonsoftSchemaLoc = "./nuget/Newtonsoft.Json.Schema.3.0.11/lib/netstandard2.0/Newtonsoft.Json.Schema.dll" $selfConfigLoc = "../IPA.Loader/Config/SelfConfig.cs" if (!(Test-Path "nuget" -PathType Container)) {