From 400e3ac3f4f8ab57144a47b0ebbc4cf847257d6f Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 3 Aug 2023 09:25:33 +0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c8cf4d835..0be983bb6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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