Skip to content

Commit

Permalink
Upgrade MicroBuild task
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit authored and ReubenBond committed Oct 14, 2024
1 parent 2bfd15d commit f601119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/pipelines/templates/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,15 @@ jobs:
allowPackageConflicts: true
steps:
- ${{ if eq(variables.microbuild_signing, true) }}:
- task: MicroBuildSigningPlugin@2
- task: MicroBuildSigningPlugin@4
displayName: Install MicroBuild plugin
inputs:
signType: real
zipSources: false
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
env:
TeamName: Orleans
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
- checkout: self
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/templates/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variables:
solution: 'Orleans.sln'
codesign_runtime: '2.1.x'
GDN_SUPPRESS_FORKED_BUILD_WARNING: true # Avoid warning "Guardian is not supported for builds from forked GitHub repositories"
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
# Auto-injection is not necessary because the tasks are explicitly included where they're enabled.
Codeql.SkipTaskAutoInjection: true
${{ if eq(variables['System.TeamProject'], 'GitHub - PR Builds') }}:
Expand Down

0 comments on commit f601119

Please sign in to comment.