From 9124f50577e4b8df66d4aa4c30cf035cf83f3f23 Mon Sep 17 00:00:00 2001 From: Mahan Chamani <109232147+mahanch@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:22:41 +0330 Subject: [PATCH] Update dotnet-developPublish.yml --- .github/workflows/dotnet-developPublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-developPublish.yml b/.github/workflows/dotnet-developPublish.yml index 4abf9502..df5af840 100644 --- a/.github/workflows/dotnet-developPublish.yml +++ b/.github/workflows/dotnet-developPublish.yml @@ -25,10 +25,10 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --configuration Release -warnaslevel:0 + run: dotnet build --configuration Release - name: Publish - run: dotnet publish --configuration Release --output ./publish --no-build -warnaslevel:0 + run: dotnet publish --configuration Release --output ./publish --no-build - name: Deploy to IIS via Web Deploy shell: powershell