зеркало из https://github.com/dotnet/razor.git
15 строки
562 B
YAML
15 строки
562 B
YAML
steps:
|
|
- task: NuGetAuthenticate@0
|
|
inputs:
|
|
nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling'
|
|
forceReinstallCredentialProvider: true
|
|
|
|
- script: $(Build.SourcesDirectory)/eng/CIBuild.cmd
|
|
-restore
|
|
-projects $(Build.SourcesDirectory)/eng/common/internal/Tools.csproj
|
|
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/RestoreInternal.binlog
|
|
/v:normal
|
|
displayName: Restore internal tools
|
|
condition: and(succeeded(), ne(variables['_skipRestoreInternalTools'], 'true'))
|
|
|