From d31922802f6f7c211a98a3d5112ebbdec8a6b48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20B=C3=BCrgi?= Date: Mon, 7 Oct 2024 19:17:29 +0200 Subject: [PATCH] Update release-packages.yml --- .github/workflows/release-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 0c5523b76..4330c4ed3 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -24,7 +24,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore -p:CIRun=true + run: dotnet build --configuration Release --no-restore -p:CIRun=true - name: Create the package run: dotnet pack --output nupkgs --configuration Release # - name: Publish the package to GPR