-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Replace coapp with zip package #4244
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
Conversation
that uses backslashes in Windows PowerShell 1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Added few comments to discuss.
|
|
||
| Copy-Item "${srcdir}\librdkafka.lib","${srcdir}\librdkafkacpp.lib" -Destination $libdir | ||
|
|
||
| 7z.exe a "artifacts\librdkafka.redist.zip" "build" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we make sure that 7z.exe is present?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be an agent requirement, as for Visual Studio it was already installed. Unfortunately in given PowerShell version (Windows PowerShell 1.0), Compress-Archive is flawed as it uses backslashes.
| } | ||
|
|
||
| cd vcpkg | ||
| # latest version is having an issue while doing vcpkg integrate install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's take one ticket to check this.
| @@ -0,0 +1,46 @@ | |||
| <# | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need some understanding on this
Coapp project is discontinued, this PR replaces the intermediate nuget package with a zip package that contains Windows dlls and libs to include into the final nupkg.