File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# version should be only changed with RELEASE eminent, see RELEASE.md
2
2
3
- version : 2.7.83 -beta-{build}
3
+ version : 2.7.84 -beta-{build}
4
4
5
5
image : Visual Studio 2019
6
6
7
7
clone_depth : 1
8
8
pull_requests :
9
- do_not_increment_build_number : true
9
+ do_not_increment_build_number : false
10
10
11
11
init :
12
12
- ps : |
15
15
if ($env:APPVEYOR_REPO_TAG -eq "true") {
16
16
$ver = $env:APPVEYOR_REPO_TAG_NAME
17
17
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
18
- Update-AppveyorBuild -Version $ver
19
- }
18
+ Update-AppveyorBuild -Version $ver
19
+ }
20
+ - ps : Write-Host "APPVEYOR_BUILD_VERSION='$env:APPVEYOR_BUILD_VERSION'" -ForegroundColor Yellow
20
21
21
22
environment :
22
23
matrix :
@@ -57,3 +58,12 @@ deploy:
57
58
artifact : ' NuGetPackages'
58
59
on :
59
60
APPVEYOR_REPO_TAG : true
61
+
62
+ # myget
63
+ - provider : NuGet
64
+ server : https://www.myget.org/F/commandlineparser/api/v2/package
65
+ api_key :
66
+ secure : ltHh/DsAk+Y7qbJwzUO4+i1U+7uGTLVYXTdW0+Rk2z7jqj5DDNNlih9J8K7bU4bH
67
+ artifact : ' NuGetPackages'
68
+ symbol_server : https://www.myget.org/F/commandlineparser/symbols/api/v2/package
69
+
You can’t perform that action at this time.
0 commit comments