From 7b25fa077a785e052b6f63aff8870ee2500e6463 Mon Sep 17 00:00:00 2001 From: David Sungaila Date: Thu, 24 Aug 2023 17:12:52 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 13e23873..b468d21d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -40,11 +40,11 @@ jobs: java-package: jdk distribution: 'zulu' - name: Restore - run: dotnet restore + run: dotnet restore src/PDFtoImage.sln - name: Build - run: dotnet msbuild --no-restore --configuration ${{env.BUILD_CONFIGURATION}} /p:VersionSuffix=ci + run: dotnet msbuild src/PDFtoImage.sln --no-restore --configuration ${{env.BUILD_CONFIGURATION}} /p:VersionSuffix=ci - name: Package - run: dotnet pack --no-restore --no-build --configuration ${{env.BUILD_CONFIGURATION}} --output NuGet /p:VersionSuffix=ci + run: dotnet pack src/PDFtoImage.sln --no-restore --no-build --configuration ${{env.BUILD_CONFIGURATION}} --output NuGet /p:VersionSuffix=ci - name: Publish libraries uses: actions/upload-artifact@main with: