Skip to content

Commit fdb89bc

Browse files
committed
Merge branch 'develop'
2 parents 3215fa3 + 6c70909 commit fdb89bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ environment:
2525
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2626
# Disable sending usage data to Microsoft
2727
DOTNET_CLI_TELEMETRY_OPTOUT: true
28+
gh_token:
29+
secure: tlnq8XIYBO8uf9X6Umt0ei09ldGB7E9hhxT8gLxsfm4fnt2ymz8M2uMVtA0jplPj
2830

2931
pull_requests:
3032
# Do not increment build number for pull requests
@@ -89,18 +91,19 @@ artifacts:
8991
#---------------------------------#
9092

9193
deploy:
94+
# Publish Github
9295
-provider: GitHub
93-
# release: $(appveyor_build_version)
9496
description: 'Release description'
9597
provider: GitHub
9698
auth_token:
97-
secure: <your encrypted token> # your encrypted token from GitHub
99+
secure: $env:gh_token # your encrypted token from GitHub
98100
artifact: .\Artifacts\**\*.nupkg # upload all NuGet packages to release assets
99101
draft: false
100102
prerelease: true
101103
on:
102104
branch: master # release from master branch only
103105
appveyor_repo_tag: false # deploy on tag push only
106+
# Publish MyGet packages
104107
- provider: NuGet
105108
name: development
106109
server: https://www.myget.org/F/courio-dev/api/v2/package

0 commit comments

Comments
 (0)