Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyunt committed Aug 29, 2016
1 parent 66e321a commit bc760dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ platform: Any CPU
install:
- cinst -y pester
clone_folder: c:\projects\PSLProvider
build:
verbosity: minimal
msbuild c:\projects\PSLProvider\PackageSourceListProvider.csproj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
build_script:
- ps: |
$buildConfig = 'Release'
& msbuild 'c:\projects\PSLProvider\PackageSourceListProvider.csproj' /logger:'C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll' /P:Configuration=$buildConfig
#after_build:
#- ps: >-
# Get-ChildItem "C:\projects\psl\output\Release\bin" -Recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name -DeploymentName releasebits -Type Auto }
Expand Down

0 comments on commit bc760dd

Please sign in to comment.