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
[release/5.0] Exclude locally-built packages from smoke-test-prereqs. (#2382)
* Exclude locally-built packages from smoke-test-prereqs.
This makes two changes to prevent our locally-built packages from making it into the smoke-test-prereqs tarball:
- Remove any packages cached in the system cache after we copy it to our local NuGet cache (so we get the credential plugin).
- Don't copy packages to the prereqs directory after the local tests (which can restore locally-built packages).
This accomplishes two things:
- Smoke-testing will be more true to the partner and user experience (using the official packages that a developer would restore when actually using the product).
- The official packages will include all TFMs and runtimes so the smoke-test-prereqs tarball will be universal across all of our builds.
* Enable online tests for CI smoke-tests.
0 commit comments