Remove upload-unsigned-artifacts-step.yml from mono build-job.yml (#34687)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 8 Apr 2020 12:30:29 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 12:30:29 +0000 (14:30 +0200)
After https://github.com/dotnet/runtime/pull/34643 there are no .nupkg's produced by the Mono build anymore so that step fails.

eng/pipelines/mono/templates/build-job.yml

index 0b43028..14c18d4 100644 (file)
@@ -117,12 +117,6 @@ jobs:
       - script: build$(scriptExt) -subset mono -c $(buildConfig) -arch $(archType) $(osOverride) -ci $(officialBuildIdArg) /p:MonoEnableLLVM=${{ parameters.llvm }} -pack $(OutputRidArg)
         displayName: Build nupkg
 
-    # Save packages using the prepare-signed-artifacts format.
-    - ${{ if eq(parameters.isOfficialBuild, true) }}:
-      - template: /eng/pipelines/common/upload-unsigned-artifacts-step.yml
-        parameters:
-          name: ${{ parameters.platform }}
-
     # Publish official build
     - ${{ if and(ne(parameters.llvm, true), eq(parameters.publishToBlobFeed, 'true')) }}:
       - ${{ if ne(parameters.osGroup, 'Windows_NT') }}: