zcsizmadia commented on pull request #1570:
URL: https://github.com/apache/avro/pull/1570#issuecomment-1052618482


   @martin-g I can check if the tar.gz exists and all the needed nupkgs exist, 
if not execute the dist() function as you described above. I have it 
implemented locally and I can commit it.
   
   However, what about if there is no release action, but `RELEASE=true 
NUGET_KEY="YOUR_KEY" ./build.sh dist` needed to be executed:
   
   ```
     dist)
       ...
       if "$RELEASE"
       then
           ...
           # Bunch of nuget push ...
       fi
       ;;
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to