Skip to content

Commit c2e5627

Browse files
committed
Run AOT tests on Linux
1 parent 21420bd commit c2e5627

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ stages:
2424
projects: '$(Solution)'
2525
feedsToUse: 'config'
2626
nugetConfigPath: 'NuGet.config'
27-
- task: DotNetCoreCLI@2
28-
displayName: Publish AOT Tests
29-
inputs:
30-
command: publish
31-
publishWebProjects: false
32-
projects: $(AotTestProject)
33-
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
34-
- task: CmdLine@2
35-
displayName: Run AOT Tests
36-
inputs:
37-
workingDirectory: $(AotTestFolder)/bin/aot-tests
38-
script: start /b DotNext.AotTests.exe
3927
- task: DotNetCoreCLI@2
4028
displayName: Test Debug
4129
inputs:
@@ -61,6 +49,18 @@ stages:
6149
feedsToUse: 'config'
6250
nugetConfigPath: 'NuGet.config'
6351
arguments: --configuration Debug
52+
- task: DotNetCoreCLI@2
53+
displayName: Publish AOT Tests
54+
inputs:
55+
command: publish
56+
publishWebProjects: false
57+
projects: $(AotTestProject)
58+
arguments: --configuration Release --output $(AotTestFolder)/bin/aot-tests
59+
- task: CmdLine@2
60+
displayName: Run AOT Tests
61+
inputs:
62+
workingDirectory: $(AotTestFolder)/bin/aot-tests
63+
script: ./DotNext.AotTests
6464
- task: DotNetCoreCLI@2
6565
displayName: Test Debug
6666
inputs:

0 commit comments

Comments
 (0)