Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder authored Aug 3, 2023
1 parent e93b31f commit 400e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore ${{env.DOTNET_ROOT}}/src/applications/Mixcore/mixcore.csproj
run: dotnet restore D:\a\mix.core\mix.core\develop\src\applications\Mixcore\mixcore.csproj
- name: Build
run: dotnet build ${{env.DOTNET_ROOT}}/src/applications/Mixcore/mixcore.csproj --no-restore
run: dotnet build D:\a\mix.core\mix.core\develop\src\applications\Mixcore\mixcore.csproj --no-restore

0 comments on commit 400e3ac

Please sign in to comment.