v3 API prefix
This commit is contained in:
parent
5d37238a44
commit
cd72b7b9aa
16 changed files with 24 additions and 32 deletions
|
|
@ -12,7 +12,7 @@ isnd&
|
|||
|
||||
# get an api-key from <http://localhost:5000/ApkKeys>
|
||||
|
||||
isn push -k <lame-api-key> -s http://localhost:5000/index.json your-lame-versionned.nupkg
|
||||
isn push -k <lame-api-key> -s http://localhost:5000/api/v3/index.json your-lame-versionned.nupkg
|
||||
wget http://localhost:5000/package/index.json?q=your&prerelease=true&semVerLevel=2.0.0
|
||||
````
|
||||
|
||||
|
|
@ -66,7 +66,10 @@ sudo ln -s /usr/local/lib/isn/isn /usr/local/bin/isn
|
|||
set -e
|
||||
# compiler tout
|
||||
dotnet build -c Release
|
||||
dotnet publish -c Release -f net10.0 src/isnd
|
||||
# publier
|
||||
dotnet publish -c Release src/isnd
|
||||
dotnet publish -c Release src/isn
|
||||
|
||||
# MAJ du serveur
|
||||
sudo systemctl stop isnd
|
||||
sudo cp -a src/isnd/bin/Release/net10.0/publish/* /srv/www/isnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue