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