From 3254889cd8d0b3af65f8c3d75821f1f24e9ff316 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 21 Jul 2019 15:28:02 -0500 Subject: [PATCH] Changed some paths, added debug artifact --- appveyor.yml | 2 ++ docs/build.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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)) {