Skip to content

Commit

Permalink
activate auto releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
r-Larch committed Oct 19, 2019
1 parent 442005b commit a2d5676
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions MouseTrap.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MouseTrap", "MouseTrap\MouseTrap.csproj", "{7D3F74F8-5F37-4CC2-A82C-64669E4B3AB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02A88C37-94A2-41A9-82FD-D279583D03D6}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\Build-Release.ps1 = build\Build-Release.ps1
README.md = README.md
EndProjectSection
Expand Down
24 changes: 12 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ build:
artifacts:
- path: MouseTrap\bin\*.exe

# deploy:
# release: v$(appveyor_build_version)
# # description: 'Release description'
# provider: GitHub
# auth_token:
# secure: zYHtyBs13JvlzMOq5tFTt6qCGLGBKEBNGK0Ho/c9ZsuknYU5M62uYMymS66cxgDH
# # artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
# draft: false
# prerelease: false
# on:
# branch: master # release from master branch only
# # APPVEYOR_REPO_TAG: true # deploy on tag push only
deploy:
release: v$(appveyor_build_version)
# description: 'Release description'
provider: GitHub
auth_token:
secure: zYHtyBs13JvlzMOq5tFTt6qCGLGBKEBNGK0Ho/c9ZsuknYU5M62uYMymS66cxgDH
# artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
# APPVEYOR_REPO_TAG: true # deploy on tag push only

0 comments on commit a2d5676

Please sign in to comment.