Update openssl.light version constraint, set stubs in AppVeyor config [ci skip]

This commit is contained in:
timvisee 2019-03-07 00:53:39 +01:00
parent 91530e0465
commit 52d7ed6e16
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 11 additions and 1 deletions

View file

@ -64,5 +64,15 @@ build_script:
- .\github-release.exe upload --token %GITHUB_TOKEN% --owner timvisee --repo ffsend --tag %APPVEYOR_REPO_TAG_NAME% --file .\ffsend-%TARGET%.exe --name ffsend-%APPVEYOR_REPO_TAG_NAME%-windows-x64.exe
- .\github-release.exe upload --token %GITHUB_TOKEN% --owner timvisee --repo ffsend --tag %APPVEYOR_REPO_TAG_NAME% --file .\ffsend-%TARGET%-static.exe --name ffsend-%APPVEYOR_REPO_TAG_NAME%-windows-x64-static.exe
# TODO: configure these chocolatey commands
# Create Chocolatey package
# - copy .\ffsend-%TARGET%.exe .\pkg\choco\ffsend\tools\ffsend.exe
# - cd .\pkg\choco\ffsend
# TODO: define version number in file
# - choco pack
# - cd ..
# - choco install ffsend -dv -s .
# TODO: publish package
# We don't test anything here
test: false

View file

@ -51,7 +51,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="openssl.light" version="1.1.0.80000000" />
<dependency id="openssl.light" version="" />
</dependencies>
</metadata>
<files>