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