Skip to content

Commit

Permalink
updating build script path in azure release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvarscar committed May 17, 2021
1 parent 45a5b7b commit 616091d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- task: PowerShell@2
displayName: Build libraries
inputs:
filePath: .\build.ps1
filePath: .\build\build.ps1
arguments: -Script .\build.cake
- task: PowerShell@2
displayName: Copy libraries
inputs:
Expand Down

0 comments on commit 616091d

Please sign in to comment.