-
Notifications
You must be signed in to change notification settings - Fork 654
[Improvement] Validate GitVersion.Commandline and GitVersion.Portable artifacts #2255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@arturcic I am curious as to what the plan is here. Is this something that you are planning on adding to the Cake script? |
Currently we have a 'test artifacts' stage where we test the msbuild task (on Windows with msbuild, in Linux with dotnet build). We also test the dotnet global tool, and the native executables. We need to test the remaining 2 artifacts - command line and chocolatey. The way I see it is to run 2 additional jobs in this stage on Windows and execute the newly built artifacts |
This will require both cake and yaml file to be adjusted |
@arturcic thanks for that. Will keep an eye on this, as I am curious to see how this will be done 😄 |
🎉 This issue has been resolved in version 5.3.3 🎉 Your GitReleaseManager bot 📦🚀 |
Validate GitVersion.Commandline and GitVersion.Portable artifacts during Artifacts test stage to avoid having empty packages
The text was updated successfully, but these errors were encountered: