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 9075b1a commit a185583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ after_build:

artifacts:
- path: '**\*$(APPVEYOR_BUILD_VERSION).nupkg'
- path: '.\src\Itofinit.Appveyor.Cli\$(configuration)\netcoreapp2.1\win-x64\publish'
- path: '.\src\Itofinity.Appveyor.Cli\$(configuration)\netcoreapp2.1\win-x64\publish'
name: apv-cli-v$(APPVEYOR_BUILD_VERSION)-$(configuration)-win-x64
type: zip

Expand All @@ -68,5 +68,5 @@ deploy:
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'))
#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 a185583

Please sign in to comment.