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 3fe2ec8 commit c339a6b
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 @@ -56,11 +56,11 @@ stages:
publishWebProjects: false
zipAfterPublish: false
projects: $(AotTestProject)
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
arguments: --configuration Release --output $(AotTestFolder)/bin/
- task: CmdLine@2
displayName: Run AOT Tests
inputs:
workingDirectory: $(AotTestFolder)/bin/aot-tests
workingDirectory: $(AotTestFolder)/bin/DotNext.AotTests
script: ./DotNext.AotTests
- task: DotNetCoreCLI@2
displayName: Test Debug
Expand Down

0 comments on commit c339a6b

Please sign in to comment.