summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2016-01-06 08:58:58 -0500
committerOren Novotny <oren@novotny.org>2016-01-06 08:58:58 -0500
commita5f6d8f368d8f542eff93d162eec88422cd3d1cf (patch)
treee4bd8b42236fd707bfbf19106d08631129341ca0
parentupdate gv cfg (diff)
downloadBouncyCastle.NET-ed25519-a5f6d8f368d8f542eff93d162eec88422cd3d1cf.tar.xz
update build script
-rw-r--r--appveyor.yml4
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