mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 02:29:57 +02:00
Update openssl.light version constraint, set stubs in AppVeyor config [ci skip]
This commit is contained in:
parent
91530e0465
commit
52d7ed6e16
2 changed files with 11 additions and 1 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -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%.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
|
- .\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
|
# We don't test anything here
|
||||||
test: false
|
test: false
|
||||||
|
|
|
@ -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 -->
|
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="openssl.light" version="1.1.0.80000000" />
|
<dependency id="openssl.light" version="" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue