summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2015-10-18 17:28:35 -0400
committerOren Novotny <oren@novotny.org>2015-10-18 17:28:35 -0400
commit21a3ad6acfd4305a2a6b2667ebdd18040881e587 (patch)
treecd0789583fc981413f41015fbf2820695fa4f600
parentremove platform (diff)
downloadBouncyCastle.NET-ed25519-21a3ad6acfd4305a2a6b2667ebdd18040881e587.tar.xz
workaround appveyor invalid validation of package
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eb15909cb..63e89eba2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,4 +19,4 @@ build:
 after_build:
   - ps: '.\packages\gitlink\lib\net45\GitLink.exe . -f BouncyCastle-PCL.sln -u https://github.com/onovotny/BouncyCastle-PCL -s $env:APPVEYOR_REPO_COMMIT;if($lastexitcode -ne 0){$lastexitcode = 0}'
   - cmd: nuget pack Portable.BouncyCastle.nuspec -version "%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%" -prop "target=%CONFIGURATION%"
-  - cmd: appveyor PushArtifact "Portable.BouncyCastle.%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%.nupkg"
\ No newline at end of file
+  - ps: 'appveyor PushArtifact "Portable.BouncyCastle.%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}'
\ No newline at end of file