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 deee0cb commit 21420bdCopy full SHA for 21420bd
azure-pipelines.yml
@@ -30,11 +30,11 @@ stages:
30
command: publish
31
publishWebProjects: false
32
projects: $(AotTestProject)
33
- arguments: --configuration Release --output $(AotTestFolder)\bin\
+ arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
34
- task: CmdLine@2
35
displayName: Run AOT Tests
36
inputs:
37
- workingDirectory: $(AotTestFolder)\bin\DotNext.AotTests
+ workingDirectory: $(AotTestFolder)/bin/aot-tests
38
script: start /b DotNext.AotTests.exe
39
- task: DotNetCoreCLI@2
40
displayName: Test Debug
0 commit comments