Skip to content

Commit

Permalink
Update ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Use $(Build.SourcesDirectory) instead of .
  • Loading branch information
mehmetseckin committed Nov 15, 2019
1 parent 9cfed9c commit 52a82d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pool:

variables:
buildConfiguration: 'Release'
solution: ./src/Todo.CLI.sln
projectDirectory: ./src/Todo.CLI
solution: $(Build.SourcesDirectory)/src/Todo.CLI.sln
projectDirectory: $(Build.SourcesDirectory)/src/Todo.CLI

steps:
- script: dotnet build $solution --configuration $(buildConfiguration)
Expand Down

0 comments on commit 52a82d5

Please sign in to comment.