Add NuGet feed auth to build
This commit is contained in:
Родитель
f72cd015b4
Коммит
a877554f28
|
@ -9,6 +9,11 @@ pool:
|
|||
|
||||
steps:
|
||||
|
||||
- task: NuGetAuthenticate@0
|
||||
displayName: Authenticate NuGet feeds
|
||||
inputs:
|
||||
forceReinstallCredentialProvider: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Build and Package
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче