diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-18 17:40:40 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-18 17:40:40 -0400 |
commit | 80e9a3692e8595572a102c0787fbb5fef7c9ee12 (patch) | |
tree | 30082c82b8fd3d0f296c5cc2891499ccd6efbbe7 /appveyor.yml | |
parent | exclued the srvsrv files (diff) | |
download | BouncyCastle.NET-ed25519-80e9a3692e8595572a102c0787fbb5fef7c9ee12.tar.xz |
run thru cmd for env expansion
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 63e89eba2..177249285 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%" - - ps: 'appveyor PushArtifact "Portable.BouncyCastle.%GitVersion_NuGetVersion%-build%GitVersion_BuildMetadataPadded%.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file + - 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 |