-
Notifications
You must be signed in to change notification settings - Fork 493
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
Update build-test-nuget.yml for Azure Pipelines #3404
base: previews/v2
Are you sure you want to change the base?
Conversation
- task: NuGetAuthenticate@0 | ||
displayName: 'NuGet Authenticate' | ||
inputs: | ||
nuGetServiceConnections: 'nugetServiceConnection-tmahmood' # Update with the name of your NuGet service connection |
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.
Do we have a generic authentication account?
vmImage: windows-2022 | ||
|
||
variables: | ||
NUGET_PACKGE_FOLDER: $[ dependencies.Build_Packages.outputs['BUILD_PKG.NUGET_PKG_DATE'] ] |
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.
What about using parameters?
variables: | ||
NUGET_PACKGE_FOLDER: $[ dependencies.Build_Packages.outputs['BUILD_PKG.NUGET_PKG_DATE'] ] | ||
|
||
steps: |
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.
Possible to simply the full steps and only add a single parameter controlled task before or after line 574?
We also want a condition on line 518 default parameter "true" to control the nuget feed copy.
No description provided.