Skip to content

Commit ddd7c27

Browse files
committed
Fixed working dir
1 parent 6d2570b commit ddd7c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stages:
2727
displayName: Publish AOT Tests
2828
inputs:
2929
command: publish
30-
projects: $(AotTestFolder)
30+
workingDirectory: $(AotTestFolder)
3131
arguments: --configuration Release
3232
- task: CmdLine@2
3333
displayName: Run AOT Tests

0 commit comments

Comments
 (0)