Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mminns committed Dec 5, 2018
1 parent ad6d7d5 commit 08e9eea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-tag-repository.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ git config --global credential.helper store

Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GitUsername):$($env:GitPassword)@github.com`n"

git remote add github https://$($env:GitUsername)@github.com/mminns/Mercurial-Credential-Manager-for-Windows.git
git remote add github https://$($env:GitUsername)@github.com/itofinity/Itofinity-Appveyor-Refit.git
git tag "v$($env:appveyor_build_version)-ci" $($env:APPVEYOR_REPO_COMMIT)
git push github --tags --quiet
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ environment:
GitUsername: mminns
GitPassword:
secure: /GXo1m4yXO8eIbjXBMBOVkC5d05AvG0/+03CmoHZBlsoPp3mnSwDXKLA6CpKNAs3
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

skip_tags: true

Expand Down Expand Up @@ -59,4 +61,9 @@ deploy:
prerelease: FALSE
on:
branch: master # release from master branch only

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))



0 comments on commit 08e9eea

Please sign in to comment.