Skip to content

NuGet packages are no longer generated on AppVeyor #1143

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

Merged
merged 1 commit into from
Jul 8, 2015

Conversation

nulltoken
Copy link
Member

Latest published package has been successfully performed with https://ci.appveyor.com/project/libgit2/libgit2sharp/build/868

Stopped working with https://ci.appveyor.com/project/libgit2/libgit2sharp/build/890

Which seems to put the issue in 77691c2...2a28329

@nulltoken nulltoken added the Bug label Jul 8, 2015
@ethomson
Copy link
Member

ethomson commented Jul 8, 2015

👍

nulltoken added a commit that referenced this pull request Jul 8, 2015
NuGet packages are no longer generated on AppVeyor
@nulltoken nulltoken merged commit 80c0ec1 into vNext Jul 8, 2015
@nulltoken nulltoken deleted the ntk/pre_packages branch July 8, 2015 21:01
@nulltoken
Copy link
Member Author

Let's see now if that hack worked...

@nulltoken nulltoken added this to the v0.22 milestone Jul 8, 2015
@nulltoken
Copy link
Member Author

Duh 😭

That didn't work. The build jobs of the merge of this PR still displays:

Should package Nuget artifact = False

@FeodorFitsner Could you please help me troubleshoot this? Am I misinterpreting the AppVeyor variables or just unable do correclty write PowerShell?

@nulltoken
Copy link
Member Author

@FeodorFitsner FWIW it's a rhetorical question: I'm bad at PowerShell'ing. What this PR shows if that's completely possible I could also be bad at reading the docs. However, I'd really appreciate any help you could me provide me with...

/cc @dahlbyk

@FeodorFitsner
Copy link
Contributor

I'd do just:

$Env:SHOULD_PACKAGE_NUGET_ARTIFACT = -not $Env:APPVEYOR_PULL_REQUEST_NUMBER -and -not $Env:APPVEYOR_SCHEDULED_BUILD

@nulltoken
Copy link
Member Author

@FeodorFitsner That worked wonderfully. Thanks!

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

Successfully merging this pull request may close these issues.

3 participants