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 ebf57fa commit 5707443Copy full SHA for 5707443
azure-pipelines.yml
@@ -55,12 +55,14 @@ stages:
55
command: publish
56
publishWebProjects: false
57
projects: $(AotTestProject)
58
- arguments: --configuration Release --output $(AotTestFolder)/bin/
+ arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
59
- task: CmdLine@2
60
displayName: Run AOT Tests
61
inputs:
62
- workingDirectory: $(AotTestFolder)/bin/DotNext.AotTests
63
- script: ./DotNext.AotTests
+ workingDirectory: $(AotTestFolder)/bin/aot-tests
+ script:
64
+ ls |
65
+ ./DotNext.AotTests
66
- task: DotNetCoreCLI@2
67
displayName: Test Debug
68
0 commit comments