Update dotnet-developPublish.yml

This commit is contained in:
Mahan Chamani
2025-08-05 18:22:41 +03:30
committed by GitHub
parent 7a13150223
commit 9124f50577

View File

@@ -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