You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function seems to exist to get the test environment in a good state for CI runs. We should move this logic out of this script and into the appropriate tests as a pre-test step.
This introduced complexity when removing the restore and checkout steps from our test runs. When this issue is addressed, the code in MinimizeUtil which copies the resources into the test payload should also be deleted.
The text was updated successfully, but these errors were encountered:
The tests that need to set things up like this should just be ensuring
this state directly, since there's no guarantee that this would have
ran before many types of tests run.
Fixesdotnet#49486
The tests that need to set things up like this should just be ensuring
this state directly, since there's no guarantee that this would have
ran before many types of tests run.
Fixesdotnet#49486
The tests that need to set things up like this should just be ensuring
this state directly, since there's no guarantee that this would have
ran before many types of tests run.
Fixesdotnet#49486
roslyn/eng/build.ps1
Lines 573 to 583 in 198c614
This function seems to exist to get the test environment in a good state for CI runs. We should move this logic out of this script and into the appropriate tests as a pre-test step.
This introduced complexity when removing the restore and checkout steps from our test runs. When this issue is addressed, the code in MinimizeUtil which copies the resources into the test payload should also be deleted.
The text was updated successfully, but these errors were encountered: