Skip to content

Commit

Permalink
! Dropping unnecessary build config
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed May 19, 2019
1 parent 668e940 commit 6b73a3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
104 changes: 0 additions & 104 deletions appveyor.signed.bak.yml

This file was deleted.

24 changes: 0 additions & 24 deletions appveyor.signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,3 @@ for:
api_key:
secure: BlCFbX6MZpsBFqMRZHGultlTjjW8N7fwApHSx/AidToI+nIVCGb5G0yJ3+faCHbc
artifact: /.*\.nupkg/

- branches:
only:
- /prerelease\/.*/

init:
- ps: $Env:VersionSuffixParam = "--version-suffix"
- ps: $Env:VersionSuffixValue = ($Env:APPVEYOR_REPO_BRANCH.Substring(11) + "-" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0"))

- branches:
only:
- master

init:
- ps: $Env:VersionSuffixParam = $null
- ps: $Env:VersionSuffixValue = $null

deploy:
- provider: NuGet
server: https://www.myget.org/F/artiomchi/api/v2/package
symbol_server: https://www.myget.org/F/artiomchi/symbols/api/v2/package
api_key:
secure: BlCFbX6MZpsBFqMRZHGultlTjjW8N7fwApHSx/AidToI+nIVCGb5G0yJ3+faCHbc
artifact: /.*\.nupkg/

0 comments on commit 6b73a3e

Please sign in to comment.