Fix Windows.Core path
Some checks are pending
CI/CD / build (push) Waiting to run

This commit is contained in:
Felipe Cotti 2024-11-30 03:57:43 -03:00
parent 57f1e2b75b
commit f140c40460

View file

@ -25,7 +25,7 @@ jobs:
run: dotnet tool install --global vpk run: dotnet tool install --global vpk
- name: Build Core.Windows - name: Build Core.Windows
run: dotnet build src/Plpext/Plpext.Core.Windows/Plpext.Core.Windows.csproj --configuration Release --no-restore run: dotnet build src/Plpext.Core.Windows/Plpext.Core.Windows.csproj --configuration Release --no-restore
- name: Build UI - name: Build UI
run: dotnet build src/Plpext/Plpext.UI/Plpext.UI.csproj --configuration Release --no-restore run: dotnet build src/Plpext/Plpext.UI/Plpext.UI.csproj --configuration Release --no-restore