# # See https://docs.microsoft.com/azure/devops/pipelines/yaml-schema for reference. # variables: - template: /eng/common/templates/variables/pool-providers.yml - name: Build.Repository.Clean value: true - name: Codeql.Enabled value: false - name: Codeql.SkipTaskAutoInjection value: true trigger: branches: include: - main pr: autoCancel: true branches: include: - main stages: - stage: build displayName: Build jobs: - template: /eng/common/templates/jobs/jobs.yml parameters: helixRepo: dotnet/razor-tooling helixType: build.product/ enableRichCodeNavigation: true richCodeNavigationLanguage: 'csharp' jobs: - job: Windows pool: name: $(DncEngPublicBuildPool) demands: ImageOverride -equals windows.vs2019.amd64.open steps: - task: NuGetCommand@2 displayName: 'Clear NuGet caches' condition: succeeded() inputs: command: custom arguments: 'locals all -clear' - task: PowerShell@2 displayName: Build condition: succeeded() inputs: filePath: eng/common/build.ps1 arguments: -ci -restore -build -sign -pack -publish -configuration Debug -msbuildEngine dotnet -prepareMachine