Skip to content

Commit 04a508b

Browse files
authored
Fix changelog file path in AppVeyor yaml
1 parent 068c016 commit 04a508b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
- provider: GitHub
185185
tag: v$(GitVersion_MajorMinorPatch).$(GitVersion_CommitsSinceVersionSource)
186186
release: nanoFramework VS2017 Extension v$(GitVersion_MajorMinorPatch).$(GitVersion_CommitsSinceVersionSource)
187-
description: 'Check the [changelog](https://github.com/nanoframework/nf-Visual-Studio-extension/blob/developer/CHANGELOG.md).\n\n## Install from nanoFramework MyGet development feed\n\nThe following Visual Studio Extensions are available for install from this release\n\n- [nanoFramework VS2017 Extension](https://www.myget.org/feed/nanoframework-dev/package/vsix/47973986-ed3c-4b64-ba40-a9da73b44ef7)'
187+
description: 'Check the [changelog](https://github.com/nanoframework/nf-Visual-Studio-extension/blob/develop/CHANGELOG.md).\n\n## Install from nanoFramework MyGet development feed\n\nThe following Visual Studio Extensions are available for install from this release\n\n- [nanoFramework VS2017 Extension](https://www.myget.org/feed/nanoframework-dev/package/vsix/47973986-ed3c-4b64-ba40-a9da73b44ef7)'
188188
auth_token:
189189
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
190190
artifact: VS_extension
@@ -305,7 +305,7 @@
305305
- provider: GitHub
306306
tag: v$(GitVersion_MajorMinorPatch).$(GitVersion_CommitsSinceVersionSource)
307307
release: nanoFramework VS2017 Extension v$(GitVersion_MajorMinorPatch).$(GitVersion_CommitsSinceVersionSource)
308-
description: 'Check the [changelog](https://github.com/nanoframework/nf-Visual-Studio-extension/blob/developer/CHANGELOG.md).\n\n### Install from nanoFramework MyGet development feed\n\nThe following Visual Studio Extensions are available for install from this release\n\n- [nanoFramework VS2017 Extension](https://www.myget.org/feed/nanoframework-dev/package/vsix/47973986-ed3c-4b64-ba40-a9da73b44ef7)'
308+
description: 'Check the [changelog](https://github.com/nanoframework/nf-Visual-Studio-extension/blob/$(APPVEYOR_REPO_BRANCH)/CHANGELOG.md).\n\n### Install from nanoFramework MyGet development feed\n\nThe following Visual Studio Extensions are available for install from this release\n\n- [nanoFramework VS2017 Extension](https://www.myget.org/feed/nanoframework-dev/package/vsix/47973986-ed3c-4b64-ba40-a9da73b44ef7)'
309309
auth_token:
310310
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
311311
artifact: VS_extension

0 commit comments

Comments
 (0)