File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2121
2222 env :
2323 Solution_Path : src/GameJoltLibrary.sln
24+ Playnite_Solution_Path : ref\PlayniteRepo\source\Playnite.sln
2425 DOTNET_NOLOGO : true
2526 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2627
4445 run : dotnet restore $env:Solution_Path
4546 - name : Build GameJoltLibrary
4647 run : dotnet build --no-restore --configuration Release $env:Solution_Path
47-
48+
49+ - name : Restore dependencies Playnite
50+ run : dotnet restore $env:Playnite_Solution_Path
4851 - name : Build Playnite
49- run : msbuild ref\PlayniteRepo\source\Playnite.sln /p:Configuration=Release /p:Platform=x86 /t:Build
52+ run : msbuild $env:Playnite_Solution_Path /p:Configuration=Release /p:Platform=x86 /t:Build
5053
5154 - name : pack GameJolLibrary
5255 run : ref/PlayniteRepo\source\Tools\Playnite.Toolbox\bin\x86\Release\Toolbox.exe pack build/Release build/pack
You can’t perform that action at this time.
0 commit comments