diff options
author | Oren Novotny <oren@novotny.org> | 2016-01-06 08:58:58 -0500 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2016-01-06 08:58:58 -0500 |
commit | a5f6d8f368d8f542eff93d162eec88422cd3d1cf (patch) | |
tree | e4bd8b42236fd707bfbf19106d08631129341ca0 | |
parent | update gv cfg (diff) | |
download | BouncyCastle.NET-ed25519-a5f6d8f368d8f542eff93d162eec88422cd3d1cf.tar.xz |
update build script
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6d83608d2..85d9d8a85 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,5 +19,5 @@ build: after_build: - 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 + - cmd: nuget pack Portable.BouncyCastle.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" + - ps: 'cmd /c "appveyor PushArtifact Portable.BouncyCastle.%GitVersion_NuGetVersion%.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file |