-
Notifications
You must be signed in to change notification settings - Fork 20
ci(codesign): upload build artifacts to s3 #127
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
b84cb77
to
a2934de
Compare
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. just one suggestion to copy all dlls in a single command.
301b672
to
3867f52
Compare
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
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.
Looking good! I have a few comments and questions
86a5ac2
to
464fd71
Compare
8939c64
to
5ef7516
Compare
Previously only OptimizelySDK.dll was being generated. Now generating: OptimizelySDK.dll OptimizelySDK.Net35.dll OptimizelySDK.Net40.dll NetStandard16 is a special case in that dotnet is used instead of mono. Therefore it is relegated to its own stage where mono installation is skipped and replaced with dotnet installation. (faster build)
5ef7516
to
8720da2
Compare
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
Summary