-
Notifications
You must be signed in to change notification settings - Fork 59
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
Removing /SourceFile: parameter from DriftReport arguments #167
Conversation
@microsoft-github-policy-service agree |
@zijchen FYI I am doing some testing on my side and after reviewing old PR's discovered that main.js needed to be recompiled when updating *.ts files. I ran
and committed the result, if needed I am happy to revert this change or redo it using proper process. Thank you! |
@JoshFieldstad - it looks like you will need to resolve the conflict on main.js (either revert the build or pull in the previous changes from the default branch) |
This reverts commit 94302a6.
@dzsquared I reverted the change to main.js. What do you need from me on that main.js? Should I just leave it alone and let a pipeline or other process update it? Or is there something I should do? Thanks! |
@JoshFieldstad - usually you'd need to build main.js after having pulled in any recent changes from the default branch (it just so happens I merged to master this morning while you were working on this) - but I'm about to do a release and will open another PR with main.js built and some docs changes so no need for you to worry about it today :) |
@dzsquared Thank you sir! |
* add tests for #167 * docs update * run build
No description provided.