Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoonlight committed Jul 19, 2019
1 parent 6274cc4 commit 15aef67
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ steps:
displayName: Create build directory
workingDirectory: '$(System.DefaultWorkingDirectory)/'

- task: DotNetCoreCLI@2
inputs:
command: 'publish'
publishWebProjects: false
projects: './src/NSmartProxy.ServerHost/NSmartProxy.ServerHost.csproj'
arguments: ' --output $(System.DefaultWorkingDirectory)/build/nspserver'
workingDirectory: '$(System.DefaultWorkingDirectory)/'
# - task: DotNetCoreCLI@2
# inputs:
# command: 'publish'
# publishWebProjects: false
# projects: './src/NSmartProxy.ServerHost/NSmartProxy.ServerHost.csproj'
# arguments: ' --output $(System.DefaultWorkingDirectory)/build/nspserver'
# workingDirectory: '$(System.DefaultWorkingDirectory)/'

- task: DotNetCoreCLI@2
inputs:
Expand All @@ -61,6 +61,14 @@ steps:
arguments: ' --output $(System.DefaultWorkingDirectory)/build/nspclient'
workingDirectory: '$(System.DefaultWorkingDirectory)/'

- task: Bash@3
inputs:
targetType: 'inline'
script: |
ls
workingDirectory: '$(System.DefaultWorkingDirectory)/build/nspclient'


- task: Bash@3
inputs:
targetType: 'inline'
Expand Down

0 comments on commit 15aef67

Please sign in to comment.