Fixed indentation
This commit is contained in:
parent
7624c537fd
commit
b8b36bbfc4
@ -4,22 +4,22 @@ jobs:
|
||||
- job: Restore, Build, and Publish
|
||||
pool:
|
||||
name: Hosted Ubuntu 1604
|
||||
steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet restore'
|
||||
inputs:
|
||||
command: restore
|
||||
projects: '**/$(ProjectName).csproj'
|
||||
feedsToUse: config
|
||||
nugetConfigPath: NuGet.config
|
||||
- task: DotNetCoreCLI@2
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet build'
|
||||
inputs:
|
||||
projects: '**/$(ProjectName).csproj'
|
||||
arguments: '--configuration Release'
|
||||
feedsToUse: config
|
||||
nugetConfigPath: NuGet.config
|
||||
- task: DotNetCoreCLI@2
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet publish'
|
||||
inputs:
|
||||
command: publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user