From 5bef86147104eaea2b4fbc74a93075dd8e3bf882 Mon Sep 17 00:00:00 2001 From: Sotirios Roussos Date: Thu, 4 Nov 2021 02:59:16 +0200 Subject: [PATCH] Azure Deploy yaml --- .github/workflows/univet_univetgr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/univet_univetgr.yml b/.github/workflows/univet_univetgr.yml index 2dfa7330ce5..da2cd93b3b8 100644 --- a/.github/workflows/univet_univetgr.yml +++ b/.github/workflows/univet_univetgr.yml @@ -23,10 +23,10 @@ jobs: include-prerelease: true - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj -c Release -f net5.0 - name: dotnet publish - run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj -c Release -f net5.0 -o ${{env.DOTNET_ROOT}}/myapp - name: Upload artifact for deployment job uses: actions/upload-artifact@v2