This commit is contained in:
parent
57f1e2b75b
commit
f140c40460
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: dotnet tool install --global vpk
|
||||
|
||||
- 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
|
||||
run: dotnet build src/Plpext/Plpext.UI/Plpext.UI.csproj --configuration Release --no-restore
|
||||
|
|
Loading…
Reference in a new issue