Update build.yml

This commit is contained in:
2024-10-16 23:58:32 +02:00
committed by GitHub
parent 9b85d9c279
commit abe222992f

View File

@@ -85,8 +85,6 @@ jobs:
- name: Copy .NET Publish Files to IIS Server
run: |
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
Start-WebSite -Name bytefy.image