Skip to content

Commit 37464ea

Browse files
committed
Work CD-CI
- Remove wrong packages in appveyor deploy config Signed-off-by: José Simões <[email protected]>
1 parent 818c1ad commit 37464ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ for:
110110
- provider: GitHub
111111
tag: v$(MyNuGetVersion)
112112
release: nanoFramework System.Net.Http Library v$(MyNuGetVersion)
113-
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/blob/master/CHANGELOG.md)\n\n## Install from NuGet\n\nThe following NuGet packages are available for download from this release\n\n:package: [.NET](https://www.nuget.org/packages/nanoFramework.System.Net.Http/$(MyNuGetVersion)) v$(MyNuGetVersion)'
113+
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/blob/$(appveyor_repo_branch)/CHANGELOG.md)\n\n## Install from NuGet\n\nThe following NuGet packages are available for download from this release\n\n:package: [.NET](https://www.nuget.org/packages/nanoFramework.System.Net.Http/$(MyNuGetVersion)) v$(MyNuGetVersion)'
114114
auth_token:
115115
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
116116
artifact:
@@ -129,10 +129,10 @@ for:
129129
- provider: GitHub
130130
tag: v$(MyNuGetVersion)
131131
release: nanoFramework System.Net.Http Library v$(MyNuGetVersion)
132-
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/blob/$(appveyor_repo_branch)/CHANGELOG.md)\n\n## Install from nanoFramework MyGet development feed\n\nThe following NuGet packages are available for download from this release\n\npackage: [.NET](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net.Http/$(MyNuGetVersion)) v$(MyNuGetVersion)'
132+
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/blob/$(appveyor_repo_branch)/CHANGELOG.md)\n\n## Install from nanoFramework MyGet development feed\n\nThe following NuGet packages are available for download from this release\n\n:package: [.NET](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net.Http/$(MyNuGetVersion)) v$(MyNuGetVersion)'
133133
auth_token:
134134
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
135-
artifact: Nuget_Packages
135+
artifact:
136136
draft: true
137137
prerelease: true
138138
force_update: true

0 commit comments

Comments
 (0)