-
Notifications
You must be signed in to change notification settings - Fork 391
Fixing set full trust after if #5857
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
base: main
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: ssparach <128866445+ssparach@users.noreply.github.com>
Could you share details on how this change was validated? |
It was validated by all the Deployment tests that currently run in the different scenarios of UAP tests. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Right after the
if
where we are setting if we should run full trust or not, we set it for every execution. This change removes the line that sets it on every case.A microsoft employee must use /azp run to validate using the pipelines below.
WARNING:
Comments made by azure-pipelines bot maybe inaccurate.
Please see pipeline link to verify that the build is being ran.
For status checks on the main branch, please use TransportPackage-Foundation-PR
(https://microsoft.visualstudio.com/ProjectReunion/_build?definitionId=81063&_a=summary)
and run the build against your PR branch with the default parameters.