Skip to content

Commit d8d4a57

Browse files
committed
fix script arguments
1 parent 6f29e4a commit d8d4a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-system/azure.aot.template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- task: PowerShell@2
2222
inputs:
23-
filepath: tools\test-aot-compatibility.ps1 net8.0
23+
filepath: .\tools\test-aot-compatibility.ps1
24+
arguments: net8.0
2425
- script: 'echo 1>&2'
2526
failOnStderr: true
2627
displayName: 'If above is partially succeeded, then fail'

0 commit comments

Comments
 (0)