Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Apr 4, 2016
1 parent d3455f4 commit 5916f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -9,6 +9,7 @@ build_script:
- ps: .\appveyor.ps1

artifacts:
- path: OutputRoot\vs\N3P*
- path: OutputRoot\vs\Mutant*
- path: OutputRoot\dotnet\Mutant*
- path: 'OutputRoot\*.ps*1'
- path: 'OutputRoot\_nuget-pkg\*.nupkg'
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -354,7 +354,7 @@ function FullBuild{
Build-NuGetPackage

if($publishToNuget){
(Get-ChildItem -Path ($outputPathNuget) 'pecan-*.nupkg').FullName | PublishNuGetPackage -nugetApiKey $nugetApiKey
(Get-ChildItem -Path ($outputPathNuget) 'mutant-*.nupkg').FullName | PublishNuGetPackage -nugetApiKey $nugetApiKey
}
}
}
Expand Down

0 comments on commit 5916f0a

Please sign in to comment.