swagger cli tool fixes

pull/642/head
Kyle Spearrin 4 years ago
parent f7512445e4
commit ffeb2969c1

@ -53,6 +53,7 @@ before_build:
#dotnet restore
} else {
msbuild /t:restore
dotnet tool restore
}
build_script:

@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.sh = build.sh
dotnet-tools.json = dotnet-tools.json
LICENSE.txt = LICENSE.txt
NuGet.Config = NuGet.Config
README.md = README.md

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "5.0.0-rc4",
"commands": [
"swagger"
]
}
}
}
Loading…
Cancel
Save