Fix swagger artifact pathing

This commit is contained in:
Jordan Brown
2020-03-28 19:37:01 -04:00
parent 03e63818ce
commit 7daa6342cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ artifacts:
name: DMAPI
- path: tgsdox
name: DocumentationHtml
- path: swagger/swagger.json
- path: swagger.json
name: SwaggerSpec
cache:
- ~\.nuget\packages -> **\*.csproj
+1 -1
View File
@@ -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"