Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
e-simo authored Aug 17, 2022
1 parent 4f6aec9 commit f1eabb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet -self-hosted-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
path: ./DependentLibrary

- name: Stop CoreApi Website
run: Start-Process powershell -verb runas -ArgumentList "-file C:\github_runner\scripts\stopCoreApi.ps1"
run: Start-Process powershell -verb runas -ArgumentList "-file C:\github\scripts\stopCoreApi.ps1"

- name: Backup Existing Deployment
run: copy-item -Path "C:\Leader\MaticsCoreApi\*" -Destination (new-item -type directory -force ("C:\Leader\Backup\" + $(Get-Date -f dd_MM_yyyy_hhmmss))) -force -ea 0

- name: Start CoreApi Website
run: Start-Process powershell -verb runas -ArgumentList "-file C:\github_runner\scripts\startCoreApi.ps1"
#- name: Start CoreApi Website
# run: Start-Process powershell -verb runas -ArgumentList "-file C:\github\scripts\startCoreApi.ps1"

#- name: Build Projects
# run: |
Expand All @@ -64,4 +64,4 @@ jobs:



#copy-item -Path ""C:\test\from\*"" -Destination (new-item -type directory -force ("C:\test\" + $(Get-Date -f dd_MM_yyyy_hhmmss))) -force -ea 0
#copy-item -Path ""C:\test\from\*"" -Destination (new-item -type directory -force ("C:\test\" + $(Get-Date -f dd_MM_yyyy_hhmmss))) -force -ea 0

0 comments on commit f1eabb1

Please sign in to comment.