Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Dec 29, 2024
1 parent deee0cb commit 21420bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ stages:
command: publish
publishWebProjects: false
projects: $(AotTestProject)
arguments: --configuration Release --output $(AotTestFolder)\bin\
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
- task: CmdLine@2
displayName: Run AOT Tests
inputs:
workingDirectory: $(AotTestFolder)\bin\DotNext.AotTests
workingDirectory: $(AotTestFolder)/bin/aot-tests
script: start /b DotNext.AotTests.exe
- task: DotNetCoreCLI@2
displayName: Test Debug
Expand Down

0 comments on commit 21420bd

Please sign in to comment.