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