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

"Publishing to NuGet feed" instructions are not helpful #707

Open
qwertie opened this issue Mar 7, 2020 · 1 comment
Open

"Publishing to NuGet feed" instructions are not helpful #707

qwertie opened this issue Mar 7, 2020 · 1 comment

Comments

@qwertie
Copy link

qwertie commented Mar 7, 2020

This page refers to a settings page "Settings → Encrypt YAML" that does not appear to exist. There is a "Settings → NuGet" section that contains an "API key" that I can "Generate" but there is no explanation of what its purpose is.

I already have a section like the following in my appveyor.yml and I am wondering: how do I safely update this to use a new key that I generated on nuget.org (given that the file is publicly visible on github.com)?

deploy:
    - provider: NuGet
      server:
      api_key:
          secure: DHTp3wMjKqyca2PWftol2wq7DxE9KdL8AizHVIS24T4DSSMXgc0bIiCGvvA8SkTH
      skip_symbols: false         # Whether to not publish symbol pkgs (src/pdb)
      artifact: /.*\.nupkg/
      on:
          branch: master          # Release from master branch only.
          appveyor_repo_tag: true # Deploy on tag push only.
@FeodorFitsner
Copy link
Member

"Encrypt YAML" is under "Account" menu now. Docs have been updated, thanks for the catch!

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

2 participants