Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CrossOS' into CrossOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GeminiServer committed Jan 24, 2024
2 parents a28ac8f + ab6aa89 commit 0af87f6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build

on: [push]

jobs:
Expand All @@ -17,14 +16,9 @@ jobs:
with:
dotnet-version: '7.0'

- name: Set restore directory
run: cd restore

- name: Run run Restore-Dependencies script
run: pwsh ./Restore-Dependencies.ps1 -Verbose
- name: Run Restore-Dependencies script
run: pwsh -Command "Start-Process pwsh -ArgumentList '-File','$PWD/restore/Restore-Dependencies.ps1','-Verbose' -WorkingDirectory $PWD/restore"

- name: Go back to build directory
run: cd ..
- name: Run Build-Release
run: pwsh scripts/Build-Release.ps1 -Verbose

Expand Down

0 comments on commit 0af87f6

Please sign in to comment.