Skip to content

Commit

Permalink
Run AOT tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Dec 29, 2024
1 parent 21420bd commit c2e5627
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ stages:
projects: '$(Solution)'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.config'
- task: DotNetCoreCLI@2
displayName: Publish AOT Tests
inputs:
command: publish
publishWebProjects: 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: start /b DotNext.AotTests.exe
- task: DotNetCoreCLI@2
displayName: Test Debug
inputs:
Expand All @@ -61,6 +49,18 @@ stages:
feedsToUse: 'config'
nugetConfigPath: 'NuGet.config'
arguments: --configuration Debug
- task: DotNetCoreCLI@2
displayName: Publish AOT Tests
inputs:
command: publish
publishWebProjects: 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: ./DotNext.AotTests
- task: DotNetCoreCLI@2
displayName: Test Debug
inputs:
Expand Down

0 comments on commit c2e5627

Please sign in to comment.