mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
swagger cli tool fixes
This commit is contained in:
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
|
||||
|
12
dotnet-tools.json
Normal file
12
dotnet-tools.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"swashbuckle.aspnetcore.cli": {
|
||||
"version": "5.0.0-rc4",
|
||||
"commands": [
|
||||
"swagger"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user