Skip to content

Commit 3fe2ec8

Browse files
committed
Fixed publishing parameters
1 parent 0979c30 commit 3fe2ec8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ stages:
5454
inputs:
5555
command: publish
5656
publishWebProjects: false
57+
zipAfterPublish: false
5758
projects: $(AotTestProject)
5859
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
5960
- task: CmdLine@2
6061
displayName: Run AOT Tests
6162
inputs:
6263
workingDirectory: $(AotTestFolder)/bin/aot-tests
63-
script: |
64-
ls -R
65-
./DotNext.AotTests
64+
script: ./DotNext.AotTests
6665
- task: DotNetCoreCLI@2
6766
displayName: Test Debug
6867
inputs:

0 commit comments

Comments
 (0)