summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-05-19 17:57:39 -0400
committerOren Novotny <oren@novotny.org>2018-05-19 17:57:39 -0400
commit90ba9ac2afdc2eea9b3a59e7de34e941a3ead2f5 (patch)
treef47c2d760f76f0116dec5012cd90d0260ba9bb9a
parentpoint to correct directory (diff)
downloadBouncyCastle.NET-ed25519-90ba9ac2afdc2eea9b3a59e7de34e941a3ead2f5.tar.xz
remove appveyor file
-rw-r--r--appveyor.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 2f42a92f6..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-configuration: Release
-image: Visual Studio 2017
-
-init:
-  - git config --global core.autocrlf input
-
-environment:
-  SignClientSecret:
-    secure: mn/Un/p3QvEv5TKe2f1NGmppCIMk0jslsTaw8P4+pBQ=
-  SignClientUser:
-    secure: q9qZlA/a+Z3wQbRlcjWok/PkfODgpKNECOBCzu2yIGE=
-
-install:  
-  - cmd: nuget install SignClient -Version 0.9.1 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion 
-
-build_script:  
-  - cmd: msbuild /restore /t:build BouncyCastle.sln /p:Configuration=Release
-  - cmd: msbuild /t:pack crypto\src\crypto.csproj /p:PackageId="Portable.BouncyCastle" /p:PackageOutputPath="%APPVEYOR_BUILD_FOLDER%"  
-  
-after_build:  
-  - ps: '.\scripts\Sign-Package.ps1'  
-  - cmd: dotnet test crypto\test\crypto.test.csproj -c Release --no-build --no-restore
-
-artifacts:
-  - path: '*.nupkg'
-
-test: off