|
@@ -73,7 +73,7 @@ build_script:
|
|
|
- copy .\ffsend-%TARGET%-static.exe .\pkg\choco\ffsend\tools\ffsend.exe
|
|
|
- cd .\pkg\choco\ffsend\
|
|
|
- ps: echo $env:APPVEYOR_REPO_TAG_NAME
|
|
|
- - ps: ((Get-Content -path .\ffsend.nuspec -Raw) -replace "0.0.0","$env:APPVEYOR_REPO_TAG_NAME.Substring(1)") | Set-Content -Path .\ffsend.nuspec
|
|
|
+ - ps: ((Get-Content -path .\ffsend.nuspec -Raw) -replace "0.0.0",$env:APPVEYOR_REPO_TAG_NAME.Substring(1)) | Set-Content -Path .\ffsend.nuspec
|
|
|
- choco pack
|
|
|
# - choco push --api-key %CHOCOLATEY_TOKEN%
|
|
|
- dir
|