mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Fix nuget authenticate (#1168)
This commit is contained in:
@@ -18,6 +18,8 @@ steps:
|
||||
inputs:
|
||||
useGlobalJson: true
|
||||
|
||||
- task: NuGetAuthenticate@0
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet build'
|
||||
inputs:
|
||||
@@ -52,4 +54,3 @@ steps:
|
||||
rerunFailedThreshold: 15
|
||||
rerunMaxAttempts: 1
|
||||
continueOnError: true
|
||||
|
||||
Reference in New Issue
Block a user