Skip to content

Commit

Permalink
Fixed publishing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Dec 29, 2024
1 parent 0979c30 commit 3fe2ec8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@ stages:
inputs:
command: publish
publishWebProjects: false
zipAfterPublish: false
projects: $(AotTestProject)
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
- task: CmdLine@2
displayName: Run AOT Tests
inputs:
workingDirectory: $(AotTestFolder)/bin/aot-tests
script: |
ls -R
./DotNext.AotTests
script: ./DotNext.AotTests
- task: DotNetCoreCLI@2
displayName: Test Debug
inputs:
Expand Down

0 comments on commit 3fe2ec8

Please sign in to comment.