chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

(#105) add localbuild upload #109

Closed corbob closed 1 year ago

corbob commented 1 year ago

Description Of Changes

Allow local build to "upload" artifacts.

Motivation and Context

When running locally, the only way of knowing what might be uploaded to Team City artifacts is to read through the output to see where we say we would have except for it being local.

Testing

  1. Copied to chocolatey/choco repository
  2. Ran build script for chocolatey/choco repo
  3. Verified that code_drop directory contained Artifacts with the files expected to be there. image

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #105

Additional Details

This PR is based upon #108, and is in draft until that PR is merged as I based it off of that PR.

gep13 commented 1 year ago

@corbob thanks for getting this added!