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