Skip to content

Commit ce3bf17

Browse files
committed
Work CD/CI
- Add var to allow build on tag - Correct GitHub release title to use NuGetVersionV2 Signed-off-by: José Simões <[email protected]>
1 parent d10b5ef commit ce3bf17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build:
2121
verbosity: minimal
2222

2323
environment:
24+
APPVEYOR_IGNORE_COMMIT_FILTERING_ON_TAG: true
2425
APPVEYOR_SAVE_CACHE_ON_ERROR: true
2526
matrix:
2627
- RUBY_VERSION: 24
@@ -106,7 +107,7 @@ for:
106107
appveyor_repo_tag: true
107108
- provider: GitHub
108109
tag: v$(GitVersion_NuGetVersionV2)
109-
release: nanoFramework.Hardware.Esp32 Library v$(gitversion_semver)
110+
release: nanoFramework.Hardware.Esp32 Library v$(GitVersion_NuGetVersionV2)
110111
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/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.Hardware.Esp32/$(GitVersion_NuGetVersionV2)) v$(GitVersion_NuGetVersionV2)'
111112
auth_token:
112113
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
@@ -125,7 +126,7 @@ for:
125126
deploy:
126127
- provider: GitHub
127128
tag: v$(GitVersion_NuGetVersionV2)
128-
release: nanoFramework.Hardware.Esp32 Library v$(gitversion_semver)
129+
release: nanoFramework.Hardware.Esp32 Library v$(GitVersion_NuGetVersionV2)
129130
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/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.Hardware.Esp32/$(GitVersion_NuGetVersionV2)) v$(GitVersion_NuGetVersionV2)'
130131
auth_token:
131132
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
@@ -149,7 +150,7 @@ for:
149150
appveyor_repo_tag: true
150151
- provider: GitHub
151152
tag: v$(GitVersion_NuGetVersionV2)
152-
release: nanoFramework.Hardware.Esp32 Library v$(gitversion_semver)
153+
release: nanoFramework.Hardware.Esp32 Library v$(GitVersion_NuGetVersionV2)
153154
description: 'Check the [changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/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.Hardware.Esp32/$(GitVersion_NuGetVersionV2)) v$(GitVersion_NuGetVersionV2)'
154155
auth_token:
155156
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S

0 commit comments

Comments
 (0)