-
Notifications
You must be signed in to change notification settings - Fork 643
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
Add new basic ci pipeline #10215
base: main
Are you sure you want to change the base?
Add new basic ci pipeline #10215
Conversation
nugetMultiFeedWarnLevel: none | ||
|
||
pool: | ||
vmImage: 'windows-latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is using different pool than existing NuGetGallery-CI.yml
file. Why? Any reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existing pool isn't meant for public builds
@@ -0,0 +1,166 @@ | |||
name: NuGetGallery CI $(Build.BuildId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use 1ES template?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for the public build as it's going to in dceng-public
Could you please compare it to |
Also, it's not clear where the gatekeeper of the CI pipeline build is located. Do we have an approval process for community PR? |
Please change to |
@clairernovotny |
Add a new CI pipeline that can cover CI and PRs on a public pool
Fixes https://github.com/NuGet/Engineering/issues/5246