Skip to content

Commit 21420bd

Browse files
committed
Fixed paths
1 parent deee0cb commit 21420bd

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\
33+
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
3434
- task: CmdLine@2
3535
displayName: Run AOT Tests
3636
inputs:
37-
workingDirectory: $(AotTestFolder)\bin\DotNext.AotTests
37+
workingDirectory: $(AotTestFolder)/bin/aot-tests
3838
script: start /b DotNext.AotTests.exe
3939
- task: DotNetCoreCLI@2
4040
displayName: Test Debug

0 commit comments

Comments
 (0)