Browse Source

Changed some paths, added debug artifact

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
4912662a12
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      appveyor.yml
  2. +2
    -2
      docs/build.ps1

+ 2
- 0
appveyor.yml View File

@ -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:


+ 2
- 2
docs/build.ps1 View File

@ -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)) {


Loading…
Cancel
Save