Skip to content
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

Nightly build pipeline #4437

Conversation

frank-dong-ms-zz
Copy link
Contributor

new nightly build pipeline:

  1. add new nightly build pipeline project, disable project build from solution
  2. add NuGet package version updater project
  3. add new Azure nightly build pipeline and template file
  4. TestFrameworkCommon project use conditional reference to source code:
    a. when reference from functional test, use project reference
    b. when reference from nightly build test, use package reference
  5. process of nightly build pipeline:
    a. get latest NuGet package version from public NuGet feed
    b. update version to .props file
    c. build nightly build project
    d. run nightly build tests, which is functional test for now
    e. output test results
  6. a sample test pipeline can be seems here: https://dev.azure.com/dnceng/public/_build?definitionId=644&_a=summary
  7. have issue in Ubuntu platform, disable for now, will continue investigate and send out update later

@frank-dong-ms-zz frank-dong-ms-zz requested a review from a team as a code owner November 6, 2019 05:21
@frank-dong-ms-zz frank-dong-ms-zz deleted the nightly-build-pipeline-version1 branch November 6, 2019 05:25
@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants