From 9789f1907a6aa796f2614ff2546d272c5a112d3f Mon Sep 17 00:00:00 2001 From: Rajkumar Rangaraj Date: Wed, 8 Feb 2023 16:24:27 -0800 Subject: [PATCH 1/3] Update release.yml --- .github/workflows/release.yml | 55 +++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13e178ddd5..658a51b468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,25 +56,44 @@ jobs: name: bin-${{ matrix.base-image }} path: bin/tracer-home - create-release: - name: Create GH release + pack: + needs: build + runs-on: ubuntu-20.04 - needs: [ build, container-build ] - permissions: - contents: write - timeout-minutes: 10 steps: - uses: actions/checkout@v3.3.0 - - uses: actions/download-artifact@v3.0.2 + - uses: nuget/setup-nuget@v1.1.1 + + - name: Download Windows Artifacts from build job + uses: actions/download-artifact@v3.0.2 + with: + name: bin-windows-2022 + path: nuget/bin-windows + + - name: Download Ubuntu Artifacts from build job + uses: actions/download-artifact@v3.0.2 + with: + name: bin-ubuntu-20.04 + path: nuget/bin-linux-glibc + + - name: Download Alpine Artifacts from build job + uses: actions/download-artifact@v3.0.2 + with: + name: bin-alpine + path: nuget/bin-linux-musl + + - name: Download Mac-OS Artifacts from build job + uses: actions/download-artifact@v3.0.2 + with: + name: bin-macos-11 + path: nuget/bin-macos + + - name: Build NuGet package + run: nuget pack OpenTelemetry.AutoInstrumentation.nuspec -Properties NoWarn=NU5100,NU5123,NU5128 + working-directory: nuget + + - name: Upload Nuget + uses: actions/upload-artifact@v3.1.2 with: - path: . - - name: Install zip - uses: montudor/action-zip@v1.0.0 - - run: cd bin-alpine ; zip -qq -r ../opentelemetry-dotnet-instrumentation-linux-musl.zip . * ; cd .. - - run: cd bin-ubuntu-20.04 ; zip -qq -r ../opentelemetry-dotnet-instrumentation-linux-glibc.zip . * ; cd .. - - run: cd bin-windows-2022 ; zip -qq -r ../opentelemetry-dotnet-instrumentation-windows.zip . * ; cd .. - - run: cd bin-macos-11 ; zip -qq -r ../opentelemetry-dotnet-instrumentation-macos.zip . * ; cd .. - - name: Create Release - run: gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --verify-tag --draft ./*.zip ./otel-dotnet-auto-install.sh ./OpenTelemetry.DotNet.Auto.psm1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + name: OpenTelemetry.AutoInstrumentation.Nuget + path: nuget/*.nupkg From 172da5d94d873856e4c61cf8a94aa3282026f6a0 Mon Sep 17 00:00:00 2001 From: Rajkumar Rangaraj Date: Wed, 8 Feb 2023 18:57:39 -0800 Subject: [PATCH 2/3] Update OpenTelemetry.AutoInstrumentation.nuspec --- nuget/OpenTelemetry.AutoInstrumentation.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/OpenTelemetry.AutoInstrumentation.nuspec b/nuget/OpenTelemetry.AutoInstrumentation.nuspec index ed36d6a364..76911c49ee 100644 --- a/nuget/OpenTelemetry.AutoInstrumentation.nuspec +++ b/nuget/OpenTelemetry.AutoInstrumentation.nuspec @@ -66,7 +66,7 @@ - + From 5838570a229b28246eb14c58b687d925f33cfbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:26:50 +0000 Subject: [PATCH 3/3] Bump Quartz.Extensions.DependencyInjection from 3.4.0 to 3.6.2 in /test Bumps [Quartz.Extensions.DependencyInjection](https://github.com/quartznet/quartznet) from 3.4.0 to 3.6.2. - [Release notes](https://github.com/quartznet/quartznet/releases) - [Changelog](https://github.com/quartznet/quartznet/blob/v3.6.2/changelog.md) - [Commits](https://github.com/quartznet/quartznet/compare/v3.4.0...v3.6.2) --- updated-dependencies: - dependency-name: Quartz.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 73f34819c6..f0fc2a7e8b 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -29,7 +29,7 @@ - +