From 5916f0a93df7fbb240d6ec8e4721ac0edf79597d Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Sun, 3 Apr 2016 19:07:46 -0700 Subject: [PATCH] build update --- appveyor.yml | 3 ++- build.ps1 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d26048b..23d2185 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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' diff --git a/build.ps1 b/build.ps1 index ce8db6c..56a9926 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 } } }