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 021c7a3 commit 0a61b0fCopy full SHA for 0a61b0f
.github/workflows/release.yml
@@ -93,8 +93,5 @@ jobs:
93
name: "drop-ci-packages"
94
path: './packages'
95
96
- - name: Add myget nuget source
97
- run: dotnet nuget add source https://www.myget.org/F/scisharp/api/v2/package --name myget.org
98
-
99
- name: Push TensorFlow.NET to myget.org
100
- run: dotnet nuget push .\packages\TensorFlow*.nupkg -s myget.org -k $env:MYGET_API_TOKEN --skip-duplicate
+ run: dotnet nuget push .\packages\TensorFlow*.nupkg --source https://www.myget.org/F/scisharp/api/v3/index.json -k $env:MYGET_API_TOKEN --skip-duplicate
0 commit comments