We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acb989 commit c4391aaCopy full SHA for c4391aa
nuget/Publish.bat
@@ -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