We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f29e4a commit d8d4a57Copy full SHA for d8d4a57
build-system/azure.aot.template.yaml
@@ -20,7 +20,8 @@ jobs:
20
21
- task: PowerShell@2
22
inputs:
23
- filepath: tools\test-aot-compatibility.ps1 net8.0
+ filepath: .\tools\test-aot-compatibility.ps1
24
+ arguments: net8.0
25
- script: 'echo 1>&2'
26
failOnStderr: true
27
displayName: 'If above is partially succeeded, then fail'
0 commit comments