Skip to content

Commit 9f8bb9b

Browse files
committed
updated Jenkinsfile. Removed ref to Bintray
1 parent d24db34 commit 9f8bb9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ pipeline {
2525
}
2626
}
2727
environment {
28-
BINTRAY = credentials('fint-bintray')
28+
NUGET_KEY = credentials('fint-nuget')
2929
}
3030
when {
3131
branch 'master'
3232
}
3333
steps {
3434
unstash 'libs'
3535
archiveArtifacts '**/*.nupkg'
36-
sh "dotnet nuget push FINT.Model.Resource/bin/Release/FINT.Model.Resource.*.nupkg -k ${BINTRAY} -s https://api.bintray.com/nuget/fint/nuget"
36+
sh "dotnet nuget push FINT.Model.Resource/bin/Release/FINT.Model.Resource.*.nupkg -k ${NUGET_KEY} -s https://api.nuget.org/v3/index.json"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)