Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decription/Directions #1

Open
casmer opened this issue Sep 26, 2015 · 3 comments
Open

Decription/Directions #1

casmer opened this issue Sep 26, 2015 · 3 comments

Comments

@casmer
Copy link

casmer commented Sep 26, 2015

What does this plugin do? Its says its a plugin for NuGet but it doesn't say what it does. I was looking for a way to update nuget packages before build, but i don't see where to configure it or if this plugin only does a nuget update when it detects new packages.

@baritonehands
Copy link
Owner

The plugin triggers a build if a nuget package is updated.

To update packages before build, you can just call the msbuild task to do
that as a Jenkins msbuild action.
On Fri, Sep 25, 2015 at 9:07 PM Casey Gregoire [email protected]
wrote:

What does this plugin do? Its says its a plugin for NuGet but it doesn't
say what it does. I was looking for a way to update nuget packages before
build, but i don't see where to configure it or if this plugin only does a
nuget update when it detects new packages.


Reply to this email directly or view it on GitHub
#1.

@baritonehands
Copy link
Owner

My workflow was to trigger a build when a package was updated, which called
a Jenkins msbuild action to update packages and check them into source.

Then the check in would trigger another build with the updated versions.
On Fri, Sep 25, 2015 at 9:10 PM Brian Gregg [email protected]
wrote:

The plugin triggers a build if a nuget package is updated.

To update packages before build, you can just call the msbuild task to do
that as a Jenkins msbuild action.
On Fri, Sep 25, 2015 at 9:07 PM Casey Gregoire [email protected]
wrote:

What does this plugin do? Its says its a plugin for NuGet but it doesn't
say what it does. I was looking for a way to update nuget packages before
build, but i don't see where to configure it or if this plugin only does a
nuget update when it detects new packages.


Reply to this email directly or view it on GitHub
#1.

Greybird added a commit to Greybird/jenkinsnuget that referenced this issue Apr 24, 2016
@AdamRGrey
Copy link

can we get a hint on how to use this? a sample jenkinsfile? a word to search?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants