From e4c9f29f26e90114c3cfcebc5982212e10be0a30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 8 Apr 2020 14:30:29 +0200 Subject: [PATCH] Remove upload-unsigned-artifacts-step.yml from mono build-job.yml (#34687) 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eng/pipelines/mono/templates/build-job.yml b/eng/pipelines/mono/templates/build-job.yml index 0b43028..14c18d4 100644 --- a/eng/pipelines/mono/templates/build-job.yml +++ b/eng/pipelines/mono/templates/build-job.yml @@ -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') }}: -- 2.7.4