Update dad-mehrPublish.yaml

This commit is contained in:
sadegh Farokhi
2025-11-04 19:13:50 +03:30
committed by GitHub
parent f7ae463544
commit 7cdb431d98

View File

@@ -32,7 +32,7 @@ jobs:
- name: Publish Project
shell: powershell
run: |
$publishFolder = "$(System.DefaultWorkingDirectory)\publish"
$publishFolder = Join-Path $env:GITHUB_WORKSPACE "publish"
Write-Host "Publishing to folder: $publishFolder"
dotnet publish --configuration Release --output "$publishFolder" --no-build /p:EnvironmentName=Production