diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-24 10:54:01 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-24 10:54:01 -0400 |
commit | 70a6091b941e3210fe4cb55652df8daecce581fc (patch) | |
tree | 1874d37a4cfab6ba24166a85266d948496b0dc0e | |
parent | remove files not in master (diff) | |
download | BouncyCastle.NET-ed25519-70a6091b941e3210fe4cb55652df8daecce581fc.tar.xz |
remove gitink hack
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 177249285..f256f13a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,6 @@ build: project: BouncyCastle-PCL.sln 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: '.\packages\gitlink\lib\net45\GitLink.exe . -f BouncyCastle-PCL.sln -u https://github.com/onovotny/BouncyCastle-PCL -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings' - cmd: nuget pack Portable.BouncyCastle.nuspec -version "%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%" -prop "target=%CONFIGURATION%" - ps: 'cmd /c "appveyor PushArtifact Portable.BouncyCastle.%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file |