Explorar o código

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

timvisee %!s(int64=6) %!d(string=hai) anos
pai
achega
52d7ed6e16
Modificáronse 2 ficheiros con 11 adicións e 1 borrados
  1. 10 0
      appveyor.yml
  2. 1 1
      pkg/choco/ffsend/ffsend.nuspec

+ 10 - 0
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%-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

+ 1 - 1
pkg/choco/ffsend/ffsend.nuspec

@@ -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>