We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e1483 commit 683800aCopy full SHA for 683800a
appveyor.yml
@@ -35,7 +35,21 @@ test_script:
35
- tools\test.cmd -v
36
37
artifacts:
38
+ - path: bin\$(configuration)\vswhere.exe
39
+ name: vswhere
40
+
41
- path: bin\$(configuration)
42
type: zip
43
44
+deploy:
45
+ - provider: GitHub
46
+ auth_token:
47
+ secure: 5K94QY8dHKlbjvlBpQaXwAkmDf+LQE3g5WlU9snnNMjDjf0UT4xDoOBCLWcmwZOm
48
+ artifact: vswhere
49
+ prerelease: true
50
+ on:
51
+ # Signed releases will come from VSTS on master
52
+ branch: develop
53
+ configuration: Release
54
55
# vim: set ai et st=2 sts=2 sw=2:
tools/Publish-Release.ps1
@@ -65,6 +65,8 @@ if ($Commit) {
65
66
if ($Name) {
67
$values.name = $Name
68
+} else {
69
+ $values.name = $Tag
70
}
71
72
if ($Description) {
0 commit comments