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