From 7daa6342cbba1703b72141c04a42b8b036746fa4 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 28 Mar 2020 19:37:01 -0400 Subject: [PATCH] Fix swagger artifact pathing --- appveyor.yml | 2 +- build/BuildDox.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9b1a368e60..c4137ce303 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ artifacts: name: DMAPI - path: tgsdox name: DocumentationHtml - - path: swagger/swagger.json + - path: swagger.json name: SwaggerSpec cache: - ~\.nuget\packages -> **\*.csproj diff --git a/build/BuildDox.ps1 b/build/BuildDox.ps1 index 16f0616e9e..4d79b96727 100644 --- a/build/BuildDox.ps1 +++ b/build/BuildDox.ps1 @@ -40,4 +40,4 @@ if($publish_dox){ mv C:/tgsdox "$bf/tgsdox" # Add in the swagger specification -cp C:/swagger.json "$bf/swagger/swagger.json" +cp C:/swagger.json "$bf/swagger.json"