Skip to content

Commit ebf57fa

Browse files
committed
Fixed path
1 parent 9ab46b8 commit ebf57fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ stages:
5555
command: publish
5656
publishWebProjects: false
5757
projects: $(AotTestProject)
58-
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
58+
arguments: --configuration Release --output $(AotTestFolder)/bin/
5959
- task: CmdLine@2
6060
displayName: Run AOT Tests
6161
inputs:
62-
workingDirectory: $(AotTestFolder)/bin/aot-tests
62+
workingDirectory: $(AotTestFolder)/bin/DotNext.AotTests
6363
script: ./DotNext.AotTests
6464
- task: DotNetCoreCLI@2
6565
displayName: Test Debug

0 commit comments

Comments
 (0)