From 3a9244255726a7afaadf27f159651c525edd95c1 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Wed, 8 Mar 2017 09:33:13 -0500 Subject: only pack package --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 376407cb1..5498e3bc0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,8 @@ assembly_info: build_script: - cmd: msbuild /t:restore BouncyCastle.sln - - cmd: msbuild /t:pack BouncyCastle.sln /p:PackageId="Portable.BouncyCastle" /p:PackageOutputPath="%APPVEYOR_BUILD_FOLDER%" + - cmd: msbuild /t:build BouncyCastle.sln + - cmd: msbuild /t:pack crypto\src\crypto.csproj /p:PackageId="Portable.BouncyCastle" /p:PackageOutputPath="%APPVEYOR_BUILD_FOLDER%" after_build: - cmd: '.\packages\gitlink\lib\net45\GitLink.exe . -f BouncyCastle.sln -u https://github.com/onovotny/bc-csharp -c Release -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings' -- cgit 1.5.1