Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 3, 2023
1 parent 66cfd0f commit 03b3651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
runs-on: windows-latest

steps:
- name: Test
run: |
echo ${{ github.workspace }}
- name: Checkout
uses: actions/checkout@v3
with:
path: 'develop'
submodules: recursive
- name: Test
run: |
echo ${{ github.workspace }}
- name: Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
submodules: recursive
- name: Restore
run: dotnet restore "${{ github.workspace }}\src\Mixcore.sln"
run: dotnet restore develop/src/Mixcore.sln
- name: Build
run: dotnet build "${{ github.workspace }}\src\Mixcore.sln" --no-restore
run: dotnet build develop/src/Mixcore.sln --no-restore

0 comments on commit 03b3651

Please sign in to comment.