Skip to content

Commit 9b2d3de

Browse files
authored
Update appveyor.yml
1 parent 05e1dee commit 9b2d3de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ image: Visual Studio 2017
99

1010
skip_tags: false
1111

12+
skip_branch_with_pr: true
13+
1214
test: off
1315

1416
pull_requests:
@@ -77,6 +79,8 @@ before_deploy:
7779
.\commit-assemblyinfo-changes.ps1
7880
7981
.\generate-change-log.ps1
82+
83+
Push-AppveyorArtifact $env:APPVEYOR_BUILD_FOLDER\source\Nuget.nanoFramework.Hardware.Esp32\bin\Release\nanoFramework.Hardware.Esp32.$env:GitVersion_NuGetVersionV2.nupkg
8084
8185
# requires APPVEYOR_DISCORD_WEBHOOK_URL enviroment variable set with Discord webhook URL
8286
on_failure:
@@ -100,8 +104,7 @@ for:
100104

101105
deploy:
102106
- provider: NuGet
103-
api_key:
104-
secure: NSRDXbS8tmzOy4wStGuO3yQMKI8Sk10vF8iQtz9ZDXEnHfwnuDdnXbr/Kno3MMvY
107+
api_key: $(NuGetToken)
105108
skip_symbols: true
106109
on:
107110
appveyor_repo_tag: true
@@ -113,15 +116,13 @@ for:
113116
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
114117
artifact: Nuget_Packages
115118
draft: true
116-
prerelease: true
119+
prerelease: false
117120
force_update: true
118121

119122
-
120123
branches:
121124
only:
122125
- /dev.*/
123-
124-
skip_branch_with_pr: true
125126

126127
deploy:
127128
- provider: GitHub
@@ -147,8 +148,7 @@ for:
147148

148149
deploy:
149150
- provider: NuGet
150-
api_key:
151-
secure: NSRDXbS8tmzOy4wStGuO3yQMKI8Sk10vF8iQtz9ZDXEnHfwnuDdnXbr/Kno3MMvY
151+
api_key: $(NuGetToken)
152152
skip_symbols: true
153153
on:
154154
appveyor_repo_tag: true

0 commit comments

Comments
 (0)