Skip to content

Commit deee0cb

Browse files
committed
Fixed path
1 parent 26da8be commit deee0cb

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
@@ -30,11 +30,11 @@ stages:
3030
command: publish
3131
publishWebProjects: false
3232
projects: $(AotTestProject)
33-
arguments: --configuration Release --output $(AotTestFolder)\bin\aot-tests
33+
arguments: --configuration Release --output $(AotTestFolder)\bin\
3434
- task: CmdLine@2
3535
displayName: Run AOT Tests
3636
inputs:
37-
workingDirectory: $(AotTestFolder)\bin\aot-tests
37+
workingDirectory: $(AotTestFolder)\bin\DotNext.AotTests
3838
script: start /b DotNext.AotTests.exe
3939
- task: DotNetCoreCLI@2
4040
displayName: Test Debug

0 commit comments

Comments
 (0)