Update azure-pipelines.yml for Azure Pipelines
Make open-iconic directory if not exists (for real)
This commit is contained in:
parent
4379d04b00
commit
5df9332d4c
@ -23,12 +23,6 @@ steps:
|
||||
inputs:
|
||||
restoreSolution: '$(solution)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'build'
|
||||
projects: '**/*.csproj'
|
||||
arguments: '-c $(buildConfiguration)'
|
||||
|
||||
- task: PowerShell@2
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
@ -38,6 +32,12 @@ steps:
|
||||
failOnStderr: true
|
||||
workingDirectory: '$(Build.Repository.LocalPath)\WebfrontCore\wwwroot'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'build'
|
||||
projects: '**/*.csproj'
|
||||
arguments: '-c $(buildConfiguration)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
|
Loading…
Reference in New Issue
Block a user