You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: NuGetserver:
api_key:
secure: DHTp3wMjKqyca2PWftol2wq7DxE9KdL8AizHVIS24T4DSSMXgc0bIiCGvvA8SkTHskip_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.
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: