Skip to content

Commit 616091d

Browse files
committed
updating build script path in azure release
1 parent 45a5b7b commit 616091d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- task: PowerShell@2
2222
displayName: Build libraries
2323
inputs:
24-
filePath: .\build.ps1
24+
filePath: .\build\build.ps1
25+
arguments: -Script .\build.cake
2526
- task: PowerShell@2
2627
displayName: Copy libraries
2728
inputs:

0 commit comments

Comments
 (0)