Skip to content

Commit

Permalink
Native AOT example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Chocholowicz committed Feb 1, 2024
1 parent 8b63279 commit 00694b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/Algorithms/scenarios/scenario05/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ variables:
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
custom: 'publish'
command: 'publish'
#custom: 'publish'
publishWebProjects: false
arguments: '-r linux-x64 -c Release /p:AotMsCodeCoverageInstrumentation="true"'
#workingDirectory: "$(Build.SourcesDirectory)/samples/Algorithms/src/Algorithms.Console/"
projects: '$(projectPath)' # this is specific to example - in most cases not needed
Expand Down

0 comments on commit 00694b6

Please sign in to comment.