Skip to content

Commit

Permalink
Git flow
Browse files Browse the repository at this point in the history
  • Loading branch information
voloda committed Jan 20, 2019
1 parent d308db7 commit f4287f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pipeline {
archiveArtifacts artifacts: 'bin\\*.nupkg', onlyIfSuccessful: true

withCredentials([string(credentialsId: 'nuget', variable: 'NUGET_API_KEY')]) {
// bat "nuget push bin\\**.nupkg ${NUGET_API_KEY} -source https://api.nuget.org/v3/index.json"
bat "nuget push bin\\**.nupkg ${NUGET_API_KEY} -source https://api.nuget.org/v3/index.json"
}
}
}
Expand Down

0 comments on commit f4287f3

Please sign in to comment.