mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
Release: 1.0.9
This commit is contained in:
parent
69cf5ed5ce
commit
476fbdcc27
|
@ -1,9 +1,9 @@
|
|||
if ($env:APPVEYOR)
|
||||
{
|
||||
Rename-Item .\BililiveRecorder.WPF\bin\Release\app.publish\setup.exe Bվ¼²¥¼§°²×°.exe
|
||||
Rename-Item .\BililiveRecorder.WPF\bin\Release\app.publish\setup.exe BililiveRecorder.exe
|
||||
|
||||
git clone --quiet --depth 1 https://github.com/Bililive/soft.danmuji.org.git C:\projects\site
|
||||
Get-ChildItem -Path .\BililiveRecorder.WPF\bin\Release\app.publish | Copy-Item -Destination C:\projects\site\BililiveRecorder -Recurse -Container
|
||||
Get-ChildItem -Path .\BililiveRecorder.WPF\bin\Release\app.publish | Copy-Item -Destination C:\projects\site\BililiveRecorder -Recurse -Container -Force
|
||||
git --git-dir=C:\projects\site\.git\ --work-tree=C:\projects\site\ add -A
|
||||
git --git-dir=C:\projects\site\.git\ --work-tree=C:\projects\site\ commit --quiet -m "BililiveRecorder $env:p_version"
|
||||
git --git-dir=C:\projects\site\.git\ --work-tree=C:\projects\site\ push --quiet
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
git tag "v$env:p_version"
|
||||
git push origin master --quiet
|
||||
git push origin dev:master --quiet
|
||||
git push origin "v$env:p_version" --quiet
|
||||
|
|
15
appveyor.yml
15
appveyor.yml
|
@ -2,18 +2,13 @@ image: Visual Studio 2017
|
|||
|
||||
version: Oops{build}
|
||||
|
||||
#
|
||||
# 在 Appveyor 控制台设置的
|
||||
#
|
||||
# Branches to build
|
||||
# All except branches specified below
|
||||
# master
|
||||
#
|
||||
# [x] Do not build tags
|
||||
#
|
||||
|
||||
platform: Any CPU
|
||||
|
||||
branches:
|
||||
except:
|
||||
- master
|
||||
skip_tags: true
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
#- Release
|
||||
|
|
Loading…
Reference in New Issue
Block a user