summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-08 09:33:13 -0500
committerOren Novotny <oren@novotny.org>2017-03-08 09:33:13 -0500
commit3a9244255726a7afaadf27f159651c525edd95c1 (patch)
tree79339eda0e0ecff50a835c46e090948e38d69387
parentstable ver (diff)
downloadBouncyCastle.NET-ed25519-3a9244255726a7afaadf27f159651c525edd95c1.tar.xz
only pack package
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
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'