From e5eb2aa07c5dd2d6e87f396e9d77216101b7ae6b Mon Sep 17 00:00:00 2001 From: Tomas Prokop Date: Sun, 9 Jun 2024 15:03:05 +0200 Subject: [PATCH] Updated pipeline --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a0553e..592ca1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-dotnet@v4 # Create the NuGet package in the folder from the environment variable NuGetDirectory - - run: dotnet pack src/Dataverse/MSBuildTasks/TALXIS.DevKit.Build.Dataverse.Tasks.sln --configuration Release + - run: dotnet pack TALXIS.DevKit.Build.sln --configuration Release # Publish the NuGet package as an artifact, so they can be used in the following jobs - uses: actions/upload-artifact@v3