diff --git a/eng/pipelines/maui-release.yml b/eng/pipelines/maui-release.yml index 2eaff4b12975..ae44b708c26f 100644 --- a/eng/pipelines/maui-release.yml +++ b/eng/pipelines/maui-release.yml @@ -82,4 +82,8 @@ stages: artifact: ${{ PackPlatform.artifact }} - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: - - template: common/sign.yml # Sign only using the private server \ No newline at end of file + - template: common/sign.yml # Sign only using the private server + - template: common/insertion.yml # Insert on VS and SDK + parameters: + poolName: $(windowsNet6VmPool) + vmImage: $(windowsNet6VmImage) \ No newline at end of file