Created
January 31, 2022 08:50
-
-
Save huanlin/5db483609734e61f54a7d1897541a3aa to your computer and use it in GitHub Desktop.
SourceGrid AppVeyor.yml Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skip_non_tags: true | |
deploy: | |
- provider: NuGet | |
api_key: | |
secure: F+FEV17LBxIXlSSCC5LD2P9rhkpjGzzD34LaalIJRCSW+8mM9YeI08i9WU/0ZojP | |
on: | |
APPVEYOR_REPO_TAG: true | |
artifact: /.*(\.|\.s)nupkg/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment