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 4993a4f commit 1898e56Copy full SHA for 1898e56
build-system/azure.aot.template.yaml
@@ -20,8 +20,12 @@ jobs:
20
21
- task: PowerShell@2
22
inputs:
23
- filepath: tools\test-aot-compatibility.ps1
+ filePath: ${{ format('{0}/tools/test-aot-compatibility.ps1', variables['Build.SourcesDirectory']) }}
24
arguments: net8.0
25
+ pwsh: true # This ensures PowerShell Core is used on all platforms
26
+ env:
27
+ BUILD_SOURCESDIRECTORY: $(Build.SourcesDirectory)
28
+
29
- script: 'echo 1>&2'
30
failOnStderr: true
31
displayName: 'If above is partially succeeded, then fail'
0 commit comments