Update build.yml

This commit is contained in:
2024-10-16 22:46:45 +02:00
committed by GitHub
parent 79dc7b2b15
commit 9b85d9c279

View File

@@ -85,7 +85,8 @@ jobs:
- name: Copy .NET Publish Files to IIS Server
run: |
iisreset /stop
Stop-WebSite -Name bytefy.image
xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y
xcopy ".\tools\dist\*" "C:\inetpub\wwwroot\bytefy" /s /i /y
iisreset /start
Start-WebSite -Name bytefy.image