Skip to content

Commit c4391aa

Browse files
misc: add publish script
1 parent 7acb989 commit c4391aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuget/Publish.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dotnet nuget push FaceRecognitionDotNet.MKL.%1.nupkg -k %2 -s https://api.nuget.org/v3/index.json
2+
dotnet nuget push FaceRecognitionDotNet.CUDA101.%1.nupkg -k %2 -s https://api.nuget.org/v3/index.json
3+
dotnet nuget push FaceRecognitionDotNet.CUDA100.%1.nupkg -k %2 -s https://api.nuget.org/v3/index.json
4+
dotnet nuget push FaceRecognitionDotNet.CUDA92.%1.nupkg -k %2 -s https://api.nuget.org/v3/index.json
5+
dotnet nuget push FaceRecognitionDotNet.%1.nupkg -k %2 -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)